From 3b595958644faa06d751182bb30f088b6f1eb859 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Thu, 19 Sep 2019 18:23:36 -0400 Subject: [PATCH] make root links consistent (#241) --- pygeoapi/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygeoapi/api.py b/pygeoapi/api.py index 6d6a511..dff47ec 100644 --- a/pygeoapi/api.py +++ b/pygeoapi/api.py @@ -138,7 +138,7 @@ class API(object): 'rel': 'self', 'type': 'text/html', 'title': 'This document as HTML', - 'href': '{}/?f=html'.format(self.config['server']['url']), + 'href': '{}?f=html'.format(self.config['server']['url']), 'hreflang': self.config['server']['language'] }, { 'rel': 'service',