golang / go

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

math: Documentation contains a broken link #8556

Closed stephens2424 closed 9 years ago

stephens2424 commented 10 years ago
The documentation for mathematical constants contains a broken link:
http://golang.org/pkg/math/#pkg-constants

The link it contains is http://oeis.org/Axxxxxx

What does 'go version' print?

Build version go1.3.1. (this is on golang.org/pkg/)

What steps reproduce the problem?

1. Go to http://golang.org/pkg/math/#pkg-constants
2. Click the link beneath first block of constants

What happened?

Sorry, the page you requested was not found. 

What should have happened instead?

Should have gotten to a page that is found.

I would submit a change along with this, but I'm not sure where this is intended to go.
stephens2424 commented 10 years ago

Comment 1:

Ack, I see now. I'm supposed to replace that segment. Duh. Sorry for this. Maybe I will
actually submit a change if I can make these more discoverable.
robpike commented 10 years ago

Comment 2:

Status changed to Invalid.