golang / gddo

Go Doc Dot Org
https://godoc.org
BSD 3-Clause "New" or "Revised" License
1.1k stars 266 forks source link

invalid link reference for hyperlink example #617

Open shubham-asati opened 5 years ago

shubham-asati commented 5 years ago

Actual Behaviour
clicking example link of any metric leads to the starting of page.

Supposed Behaviour clicking example link of any metric should show example of that metric

link - https://godoc.org/github.com/prometheus/client_golang/prometheus

demo Go to type Summary -> click on example
this link is redirecting to below link https://godoc.org/github.com/prometheus/client_golang/prometheus#ex-Summary. I suppose it should give an example of summary rather than gauge or counter