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

Fix golang download url to go.dev #469

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

178inaba
Copy link
Contributor

@178inaba 178inaba commented Apr 5, 2024

Description:

golang.org is redirect to go.dev

$ curl -v 'https://golang.org/dl/?mode=json&include=all'
...
< HTTP/2 301
...
< location: https://go.dev/dl/?mode=json&include=all
...
<a href="https://go.dev/dl/?mode=json&amp;include=all">Moved Permanently</a>.

Related issue:

None.

Check list:

  • [ ] Mark if documentation changes are required.
  • [ ] Mark if tests were added or updated to cover the changes.

Since it's only a change in the URL, it seems that no additions to documentation or testing are necessary.

@178inaba 178inaba requested a review from a team as a code owner April 5, 2024 18:06
@krylov-krylov
Copy link

Description:

golang.org is redirect to go.dev

$ curl -v 'https://golang.org/dl/?mode=json&include=all'
...
< HTTP/2 301
...
< location: https://go.dev/dl/?mode=json&include=all
...
<a href="https://go.dev/dl/?mode=json&amp;include=all">Moved Permanently</a>.

Related issue:

None.

Check list:

  • [ ] Mark if documentation changes are required.
  • [ ] Mark if tests were added or updated to cover the changes.

Since it's only a change in the URL, it seems that no additions to documentation or testing are necessary.

Fix `golang.org` to `go.dev`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants