Skip to content

Commit 78ac614

Browse files
committed
rollback accident change
Signed-off-by: JayiceZ <[email protected]>
1 parent 6359d18 commit 78ac614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/victoria-traces/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ func httpRequestHandler(w http.ResponseWriter, r *http.Request) bool {
100100
w.Header().Add("Content-Type", "text/html; charset=utf-8")
101101
fmt.Fprintf(w, "<h2>Single-node VictoriaTraces</h2></br>")
102102
fmt.Fprintf(w, "Version %s<br>", buildinfo.Version)
103-
fmt.Fprintf(w, "See docs at <a href=' '>https://docs.victoriametrics.com/victoriatraces/</a ></br>")
103+
fmt.Fprintf(w, "See docs at <a href='https://docs.victoriametrics.com/victoriatraces/'>https://docs.victoriametrics.com/victoriatraces/</a></br>")
104104
fmt.Fprintf(w, "Useful endpoints:</br>")
105105
httpserver.WriteAPIHelp(w, [][2]string{
106106
{"select/vmui", "Web UI for VictoriaTraces"},

0 commit comments

Comments
 (0)