-
Notifications
You must be signed in to change notification settings - Fork 26.8k
[17.2] Fixed linking #1960
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
[17.2] Fixed linking #1960
Conversation
Missing 's' prevented the anchor link from working
@@ -2249,7 +2249,7 @@ Other Style Guides | |||
} | |||
``` | |||
|
|||
<a name="control-statement--value-selection"></a> | |||
<a name="control-statements--value-selection"></a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While this appears to be a typo from the original commit, to prevent links from breaking, we need to keep the singular one forever.
Either we need to fix the links to point to the plural one, or, we should add an anchor tag here for both.
The approach with the second anchor is probably the best. Made a mistake by deleting the fork, so I'll close this PR here. |
See requested changes here: airbnb#1960 (review)
See requested changes here: airbnb#1960 (review)
See requested changes here: airbnb#1960 (review)
See requested changes here: airbnb/javascript#1960 (review)
See requested changes here: airbnb/javascript#1960 (review)
See requested changes here: airbnb/javascript#1960 (review)
See requested changes here: airbnb/javascript#1960 (review)
Missing 's' prevented the anchor link from working