pulp / pulp-docs

Python Package to help aggregating Pulp's multirepo ecosystem into a unified doc.
https://pedro-psb.github.io/pulp-docs/
2 stars 4 forks source link

Fix changelog URL pattern to "{repo.name}/changes/" #46

Closed pedro-psb closed 2 months ago

pedro-psb commented 2 months ago

The current URL pattern for changelogs was (by accident) /{repo.name}/changes/changelog/.

This changes it to the less redundant pattern: /{repo.name}/changes/.

[noissue]