Skip to content

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

Merged
elijahbenizzy merged 1 commit into
apache:mainfrom
ethanlin01x:fix/readme-broken-links
Jul 18, 2026
Merged

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

Conversation

@ethanlin01x

@ethanlin01x ethanlin01x commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

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.

@elijahbenizzy elijahbenizzy left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@elijahbenizzy
elijahbenizzy enabled auto-merge (squash) July 18, 2026 21:07
@elijahbenizzy
elijahbenizzy merged commit 4a419f1 into apache:main Jul 18, 2026
26 of 27 checks passed
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)

2 participants