Skip to content

Fix /changelog/ and /contributing/ docs URLs #1540

@br3ndonland

Description

@br3ndonland

Describe the bug

PR #1474 moved the docs to the docs/ directory, and also changed casing of some filenames.

  • docs/changelog.md -> docs/CHANGELOG.md
  • docs/contributing.md -> docs/CONTRIBUTING.md

This changed URL path parameters as well. URL paths to these pages must now be uppercased when accessing the deployed docs.

How to reproduce

For example, navigating to https://pipx.pypa.io/stable/CONTRIBUTING/ shows the correct page.

pypa-pipx-changelog-uppercase

But navigating to https://pipx.pypa.io/stable/contributing/ displays a (poorly styled) 404 page:

pypa-pipx-changelog-lowercase

Note that the casing changes do not affect the homepage because MkDocs automatically handles README.md as index.md.

Expected behavior

The previous URLs would continue to work:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions