diff --git a/changelog.html b/changelog.html
index 643009f62..ecd1bad2d 100644
--- a/changelog.html
+++ b/changelog.html
@@ -44,6 +44,11 @@
REST API Plugin Changelog
+1.8.1 ???
+
+ - [#99] - Add endpoints for readiness and liveness.
+
+
1.8.0 April 6, 2022
- [#76] - Add a clustering status endpoint
diff --git a/src/web/docs/index.html b/src/web/docs/index.html
index fb2ab3741..9806efc87 100644
--- a/src/web/docs/index.html
+++ b/src/web/docs/index.html
@@ -41,7 +41,7 @@
window.onload = function() {
// Begin Swagger UI call region
const ui = SwaggerUIBundle({
- url: "http://localhost:9090/plugins/restapi/v1/openapi.yaml",
+ url: window.location.origin + "/plugins/restapi/v1/openapi.yaml",
dom_id: '#swagger-ui',
deepLinking: true,
presets: [