docs(readme): use standard relative paths for license, code of conduct, and contributing guidelines - #97845
Open
loulanyue wants to merge 1 commit into
Open
docs(readme): use standard relative paths for license, code of conduct, and contributing guidelines#97845loulanyue wants to merge 1 commit into
loulanyue wants to merge 1 commit into
Conversation
…t, and contributing guidelines
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. |
Contributor
There was a problem hiding this comment.
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/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
https://github.com/vercel/next.js/blob/canary/...) inREADME.mdwith standard relative Markdown links forlicense.mdandCODE_OF_CONDUCT.md./contributing.mdto relativecontributing.md.