Skip to content
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

x/website: broken Markdown link in loopvar-preview blog post #63042

Closed
alurm opened this issue Sep 19, 2023 · 1 comment
Closed

x/website: broken Markdown link in loopvar-preview blog post #63042

alurm opened this issue Sep 19, 2023 · 1 comment

Comments

@alurm
Copy link

alurm commented Sep 19, 2023

Hi, Go team.

I was reading a blog post about fixing for loops (https://go.dev/blog/loopvar-preview) and found what seems to me to be a typo: in Markdown link, square bracket was never opened.

Relevant part:

code written depending on the new semantics will never be compiled with the old semantics, unless people are using very old, unsupported Go versions](/doc/devel/release#policy).

Notice how opening square bracket is missing.

I think it should be something like this:

code written depending on the new semantics will never be compiled with the old semantics, unless people are using [very old, unsupported Go versions](/doc/devel/release#policy).

Please fix this.

Thanks!

@gopherbot gopherbot added this to the Unreleased milestone Sep 19, 2023
@ianlancetaylor
Copy link
Member

Thanks. Already fixed by https://go.dev/cl/529257.

@ianlancetaylor ianlancetaylor closed this as not planned Won't fix, can't repro, duplicate, stale Sep 19, 2023
@golang golang locked and limited conversation to collaborators Sep 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants