From da5bd2dbf668b96331aff4ce6756ff8ce621f565 Mon Sep 17 00:00:00 2001 From: Guido Steinacker Date: Mon, 27 Feb 2017 16:08:20 +0100 Subject: [PATCH] Fixed URL of examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 705440c93..8724f364a 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ The examples can be started with gradle: gradle examples:example-togglz:bootRun gradle examples:example-togglz-mongo:bootRun -Open in your browser [http://localhost:8080/example/](http://localhost:8080/example/) +Open in your browser [http://localhost:8080/](http://localhost:8080/) *Note:* Every example is configured to use port 8080, so make sure to run only one example at a time or to reconfigure the ports.