Skip to content

spec: minor issue with intra-document links #51002

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

Closed
jdreystadt opened this issue Feb 3, 2022 · 1 comment
Closed

spec: minor issue with intra-document links #51002

jdreystadt opened this issue Feb 3, 2022 · 1 comment
Labels
Documentation Issues describing a change to documentation. FrozenDueToAge

Comments

@jdreystadt
Copy link

There are some broken intra-document links in The Go Programming Language Specification. There are href references to #assign_op, #ConstSpec, and #MethodName (2 references to this last one).

Fixing #assign_op is easy, change it to #Assignments as this is the only location in the document that discusses Assignment Operators.

I think #ConstSpec should be changed to #Constant_declarations since this is where the Production for ConstSpec is located.

I think #MethodName should be changed to #Interface_types since this is where the Production for MethodName is located.

@gopherbot gopherbot added the Documentation Issues describing a change to documentation. label Feb 3, 2022
@ianlancetaylor
Copy link
Contributor

Thanks. Closing as dup of #50915.

@golang golang locked and limited conversation to collaborators Feb 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Documentation Issues describing a change to documentation. FrozenDueToAge
Projects
None yet
Development

No branches or pull requests

3 participants