From a6988fc718e912b1b8cbdbc8450a283ffe2ec93a Mon Sep 17 00:00:00 2001 From: hochmuth Date: Thu, 8 May 2014 17:08:27 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d4ccbf0c..159d899e6 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ Requests flow through the following architectural layers from top to bottom: There are several forms of documentation for the Monitoring API. -* Overview: [docs/mon-api-overview.md](docs/mon-api-overview.md) +* Overview: [/docs/mon-api-overview.md](/docs/mon-api-overview.md) -* API Specification: [docs/mon-api-spec.md](docs/mon-api-spec.md) +* API Specification: [/docs/mon-api-spec.md](/docs/mon-api-spec.md) * swagger-ui: When running mon-api the API docs along with the API test interface can be accessed at, [http://localhost:8080/swagger-ui/](http://localhost:8080/swagger-ui/). Note: the trailing "/" is necessary for the Swagger UI to work properly.