pathplanner icon indicating copy to clipboard operation
pathplanner copied to clipboard

Go to source links in Python API docs are broke and lead to 404s

Open Kython89 opened this issue 2 years ago • 0 comments

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 image

Kython89 avatar Feb 12 '24 03:02 Kython89