changeset 298:36a5f2fed6d3

Update README with https URLs. Reviewed-by: clessard Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-October/025544.html
author Severin Gehwolf <sgehwolf@redhat.com>
date Thu, 26 Oct 2017 16:15:46 +0200
parents 8ecf97835acd
children 1d0ab7b56781
files README.md
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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