make root links consistent (#241)

This commit is contained in:
Tom Kralidis
2019-09-19 18:23:36 -04:00
committed by GitHub
parent a39b47edd2
commit 3b59595864
+1 -1
View File
@@ -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',