Update README.md

This commit is contained in:
hochmuth
2014-05-08 17:08:27 -06:00
parent 81bef5d66e
commit a6988fc718

View File

@@ -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.