sū hǎi

Results 2 issues of sū hǎi

### What did you do? I started a example prom-http program like this. ``` package main import ( "net/http" "github.com/prometheus/client_golang/prometheus/promhttp" ) func main() { http.Handle("/debug/metrics", promhttp.Handler()) http.ListenAndServe(":8888", nil) } ```...

**What this PR does / why we need it**: fix hyperlink in page /docs/architecture/m3db/engine **Special notes for your reviewer**: **Does this PR introduce a user-facing and/or backwards incompatible change?**: ```release-note...