Skip to content

Fix broken contributing guidelines link#1098

Merged
p1c2u merged 2 commits intomasterfrom
copilot/fix-broken-contributing-link
Feb 4, 2026
Merged

Fix broken contributing guidelines link#1098
p1c2u merged 2 commits intomasterfrom
copilot/fix-broken-contributing-link

Conversation

Copy link
Contributor

Copilot AI commented Feb 4, 2026

The CONTRIBUTING.rst file referenced /contributing.html which returns 404. The docs are built with MkDocs (not Sphinx), which serves pages at /contributing/ instead of /contributing.html.

Changes

  • Updated URL in CONTRIBUTING.rst from contributing.html to contributing/
Original prompt

This section details on the original issue you should resolve

<issue_title>[Bug]: Link to "Contributing guidelines" is broken</issue_title>
<issue_description>### Actual Behavior

404 - Not found is shown

Expected Behavior

GitHub points to https://github.com/python-openapi/openapi-core/blob/master/CONTRIBUTING.rst

That points to https://openapi-core.readthedocs.io/en/latest/contributing.html

This shows a 404

Steps to Reproduce

Follow the link https://github.com/python-openapi/openapi-core/blob/master/CONTRIBUTING.rst

OpenAPI Core Version

N/A

OpenAPI Core Integration

N/A

Affected Area(s)

docs

References

No response

Anything else we need to know?

No response

Would you like to implement a fix?

None</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: p1c2u <1679024+p1c2u@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix broken link to contributing guidelines Fix broken contributing guidelines link Feb 4, 2026
Copilot AI requested a review from p1c2u February 4, 2026 13:23
@p1c2u p1c2u marked this pull request as ready for review February 4, 2026 13:26
@p1c2u p1c2u merged commit f801a4f into master Feb 4, 2026
17 checks passed
@p1c2u p1c2u deleted the copilot/fix-broken-contributing-link branch February 4, 2026 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Link to "Contributing guidelines" is broken

2 participants