Skip to content

docs(readme): use standard relative paths for license, code of conduct, and contributing guidelines - #97845

Open
loulanyue wants to merge 1 commit into
vercel:canaryfrom
loulanyue:docs/fix-readme-links
Open

docs(readme): use standard relative paths for license, code of conduct, and contributing guidelines#97845
loulanyue wants to merge 1 commit into
vercel:canaryfrom
loulanyue:docs/fix-readme-links

Conversation

@loulanyue

Copy link
Copy Markdown

Summary

  • Replaces hardcoded branch URLs (https://github.com/vercel/next.js/blob/canary/...) in README.md with standard relative Markdown links for license.md and CODE_OF_CONDUCT.md.
  • Changes absolute leading path /contributing.md to relative contributing.md.

Comment thread packages/next/README.md
Comment on lines +34 to +38
Do note that our [Code of Conduct](CODE_OF_CONDUCT.md) applies to all Next.js community channels. Users are **highly encouraged** to read and adhere to it to avoid repercussions.

## Contributing

Contributions to Next.js are welcome and highly appreciated. However, before you jump right into it, we would like you to review our [Contribution Guidelines](/contributing.md) to make sure you have a smooth experience contributing to Next.js.
Contributions to Next.js are welcome and highly appreciated. However, before you jump right into it, we would like you to review our [Contribution Guidelines](contributing.md) to make sure you have a smooth experience contributing to Next.js.

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.

Suggested change
Do note that our [Code of Conduct](CODE_OF_CONDUCT.md) applies to all Next.js community channels. Users are **highly encouraged** to read and adhere to it to avoid repercussions.
## Contributing
Contributions to Next.js are welcome and highly appreciated. However, before you jump right into it, we would like you to review our [Contribution Guidelines](/contributing.md) to make sure you have a smooth experience contributing to Next.js.
Contributions to Next.js are welcome and highly appreciated. However, before you jump right into it, we would like you to review our [Contribution Guidelines](contributing.md) to make sure you have a smooth experience contributing to Next.js.
Do note that our [Code of Conduct](../../CODE_OF_CONDUCT.md) applies to all Next.js community channels. Users are **highly encouraged** to read and adhere to it to avoid repercussions.
## Contributing
Contributions to Next.js are welcome and highly appreciated. However, before you jump right into it, we would like you to review our [Contribution Guidelines](../../contributing.md) to make sure you have a smooth experience contributing to Next.js.

Relative Markdown links to CODE_OF_CONDUCT.md and contributing.md in packages/next/README.md are broken because those files only exist at repo root, not in packages/next/

Fix on Vercel

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.

1 participant