We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6359d18 commit 78ac614Copy full SHA for 78ac614
app/victoria-traces/main.go
@@ -100,7 +100,7 @@ func httpRequestHandler(w http.ResponseWriter, r *http.Request) bool {
100
w.Header().Add("Content-Type", "text/html; charset=utf-8")
101
fmt.Fprintf(w, "<h2>Single-node VictoriaTraces</h2></br>")
102
fmt.Fprintf(w, "Version %s<br>", buildinfo.Version)
103
- fmt.Fprintf(w, "See docs at <a href=' '>https://docs.victoriametrics.com/victoriatraces/</a ></br>")
+ fmt.Fprintf(w, "See docs at <a href='https://docs.victoriametrics.com/victoriatraces/'>https://docs.victoriametrics.com/victoriatraces/</a></br>")
104
fmt.Fprintf(w, "Useful endpoints:</br>")
105
httpserver.WriteAPIHelp(w, [][2]string{
106
{"select/vmui", "Web UI for VictoriaTraces"},
0 commit comments