diff --git a/pkg/routes/logs.go b/pkg/routes/logs.go index 1922a381ede..ef9cd4ef616 100644 --- a/pkg/routes/logs.go +++ b/pkg/routes/logs.go @@ -29,7 +29,7 @@ type Logs struct{} // Install func registers the logs handler. func (l Logs) Install(c *restful.Container) { // use restful: ws.Route(ws.GET("/logs/{logpath:*}").To(fileHandler)) - // See github.com/emicklei/go-restful/blob/master/examples/restful-serve-static.go + // See github.com/emicklei/go-restful/blob/master/examples/static/restful-serve-static.go ws := new(restful.WebService) ws.Path("/logs") ws.Doc("get log files")