-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Update Relative Links to Sections #3160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The relative links to sections in the markdown document are using camel case. As I have checked the section links generated from Github use kebab case. In the current contribution updated all the references in the document to use `kebab-case`.
@kexoth could you target this fix to the |
@webron do mechanical fixes like these also get backported to old markdown files on their respective branches? |
Any published spec cannot be updated, unfortunately. We may need to have a specific conversation about fixing links in older versions, but this is something we truly try to avoid. In a sense, I'd rather we take advantage of 3.0.4 (and a patch version for 3.1) to make these changes. |
The link fixes have been consolidated for all versions in PR #3408 (and follow-up PRs as noted in its description), so I am closing all other link fix PRs in favor of that one. |
The relative links to sections in the markdown document are using camel case.
As I have checked the section links generated from Github use kebab case.
In the current contribution updated all the references in the document to use
kebab-case
.