# HG changeset patch # User Severin Gehwolf # Date 1509027346 -7200 # Node ID 36a5f2fed6d3cf57effcd803b5968afa5a35ff4d # Parent 8ecf97835acd2a28d81fe8c9b2d3d1c74d9629c3 Update README with https URLs. Reviewed-by: clessard Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-October/025544.html diff -r 8ecf97835acd -r 36a5f2fed6d3 README.md --- a/README.md Thu Oct 26 16:07:31 2017 +0200 +++ b/README.md Thu Oct 26 16:15:46 2017 +0200 @@ -43,7 +43,7 @@ For API see the Swagger YAML specifications in `./services/*/src/main/resources` -Alternatively, visit the Swagger UI hosted by the Web Gateway at `http://127.0.0.1:30000/doc/index.html` and load specifications provided by the services. For example: `http://127.0.0.1:30000/doc/index.html?url=http://127.0.0.1:30000/jvm-gc/0.0.2/doc/jvm-gc-swagger.yaml` +Alternatively, visit the Swagger UI hosted by the Web Gateway at `https://127.0.0.1:30000/doc/index.html` and load specifications provided by the services. For example: `https://127.0.0.1:30000/doc/index.html?url=https://127.0.0.1:30000/jvm-gc/0.0.2/doc/jvm-gc-swagger.yaml` # How to debug after building