Skip to content

docs: fix broken CODE_OF_CONDUCT and developer setup links in README#838

Open
ethanlin01x wants to merge 1 commit into
apache:mainfrom
ethanlin01x:fix/readme-broken-links
Open

docs: fix broken CODE_OF_CONDUCT and developer setup links in README#838
ethanlin01x wants to merge 1 commit into
apache:mainfrom
ethanlin01x:fix/readme-broken-links

Conversation

@ethanlin01x

@ethanlin01x ethanlin01x commented Jul 12, 2026

Copy link
Copy Markdown

Closes #837
Fix two 404 links (Code of Conduct, developer setup guide) in the README "Contributing" section.

Changes

  • Point the developer setup guide link to docs/contributing/setup.rst.
  • Point the Code of Conduct link to the ASF Code of Conduct policy page (https://www.apache.org/foundation/policies/conduct.html), consistent with docs/asf/index.rst.

How I tested this

  • Verified both old links return HTTP 404 on current main.
  • Verified both new links return HTTP 200.
  • Docs-only change — no code or functionality affected.

Notes

Checklist

  • PR has an informative and human-readable title (this will be pulled into the release notes)
  • Changes are limited to a single goal (no scope creep)
  • Code passed the pre-commit check & code is left cleaner/nicer than when first encountered.
  • Any change in functionality is tested
  • New functions are documented (with a description, list of inputs, and expected output)
  • Placeholder code is flagged / future TODOs are captured in comments
  • Project documentation has been updated if adding/changing functionality.

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.

README links to non-existent CODE_OF_CONDUCT.md and developer_setup.md (404)

1 participant