From e262766cd0d230a1bb7c37281e345e465f19b41b Mon Sep 17 00:00:00 2001 From: rghetia Date: Fri, 29 Jun 2018 07:59:06 -0700 Subject: [PATCH] Fix links to zpages in http example. (#808) --- examples/http/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/http/README.md b/examples/http/README.md index 86517f72c..577fd3160 100644 --- a/examples/http/README.md +++ b/examples/http/README.md @@ -27,5 +27,5 @@ You will see traces and stats exported on the stdout. You can use one of the to upload collected data to the backend of your choice. You can also see the z-pages provided from the server: -* Traces: http://localhost:8081/tracez -* RPCs: http://localhost:8081/rpcz +* Traces: http://localhost:8081/debug/tracez +* RPCs: http://localhost:8081/debug/rpcz