From 41544bcc156c2a8e1a5dced27c1a98b43af2b8a5 Mon Sep 17 00:00:00 2001 From: Just van den Broecke Date: Fri, 24 May 2019 13:41:51 +0200 Subject: [PATCH] #112 #114 master/latest instance at https://demo.pygeoapi.io/master --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 437c9b3..68e571b 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ docker run -p 80:8080 swaggerapi/swagger-ui ## Demo Server There is a demo server on https://demo.pygeoapi.io running the latest (Docker) version -from the `master` branch of this repo. `pygeoapi` runs there at https://demo.pygeoapi.io/pygeoapi. +from the `master` branch of this repo. `pygeoapi` runs there at https://demo.pygeoapi.io/master. The demo server setup and config is maintained within a seperate GH repo: https://github.com/geopython/demo.pygeoapi.io. @@ -72,7 +72,7 @@ are available. The version tagged `latest` is automatically built whenever code in the `master` branch of this GitHub repo changes (autobuild). -This also cascades to updating the [pygeoapi demo service](https://demo.pygeoapi.io/pygeoapi). +This also cascades to updating the [pygeoapi demo service](https://demo.pygeoapi.io/master). So the chain is: ```