pathplanner
pathplanner copied to clipboard
Go to source links in Python API docs are broke and lead to 404s
Describe the bug Links to src in the python API docs are broke.
Broken https://github.com/mjansen4857/pathplanner/blob/main/pathplannerlib/auto.py#L489
Correct https://github.com/mjansen4857/pathplanner/blob/main/pathplannerlib-python/pathplannerlib/auto.py
Expected behavior Clicking show source in auto.py should take you auto.py. It returns a 404.
Screenshots