Index pages edit button gives the wrong link
Open
Nobody has claimed this yet.
bug
- Dominant language
- HTML
- Stars
- 2
- Forks
- 17
- Avg merge
- 7d 18h
- Merged PRs (30d)
- 3
Description
Because some pages are dynamically moved by pulp-docs, the edit-button gives the wrong URL.
E.g:
# page
https://pulpproject.org/pulp_python/#summary
# wrong edit-btn url
https://github.com/pulp/pulp_python/edit/main/index.md
# right edit-btn url
https://github.com/pulp/pulp_python/blob/main/docs/index.md
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file or test is named. Start by reproducing the edit-button URL for the dynamically moved index page shown in the example, then trace where that URL is generated for index pages. Done means the button points to docs/index.md rather than index.md, including for the demonstrated pulp_python page.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- markdown
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100