golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
123.61k stars 17.61k forks source link

website: more broken links #3424

Closed alberts closed 9 years ago

alberts commented 12 years ago
I did a run through of golang.org using the W3C Link Checker.

Many places:
http://www.google.com/intl/en/privacy/privacy-policy.html redirected to
http://www.google.com/intl/en/policies/privacy/
Status: 301 -> 200 OK
This is a permanent redirect. The link should be updated.

There's lots of other links throughout the site that can be updated. One to consider is
the package listing, where every link to a package is missing a trailing slash, causing
301 -> 200. For example:

Line: 769 http://golang.org/pkg/log/syslog redirected to
http://golang.org/pkg/log/syslog/
Status: 301 -> 200 OK

code.google.com is now developers.google.com for the AppEngine docs links.

http://golang.org/ref/spec
Line: 1647 http://golang.org/ref/Exported_identifiers
Status: 404 Not Found

http://golang.org/pkg/math/
Line: 395 http://oeis.org/Axxxxxx
Status: 404 Not Found

http://golang.org/doc/code.html
Line: 524 http://godashboard.appspot.com/package
Status: 404 Not Found

http://golang.org/doc/go1.html
Line: 1394 http://golang.org/pkg/net/httputil/
Status: 404 Not Found

http://golang.org/doc/codewalk/markov/
Line: 421 http://golang.org/pkg/rand/
Status: 404 Not Found
minux commented 12 years ago

Comment 1:

http://golang.org/pkg/math/
Line: 395 http://oeis.org/Axxxxxx
Status: 404 Not Found
This is not a bug, if you read the whole file.

Labels changed: added priority-later, removed priority-triage.

Status changed to Accepted.

davecheney commented 12 years ago

Comment 2:

This issue was closed by revision 82cbcb0dd5437db1fd2f51d1ff81a38670f7a68.

Status changed to Fixed.