From a57ea14c711fc487e2d15251b82ec3a83df01aa3 Mon Sep 17 00:00:00 2001 From: Bryan Orozco Date: Mon, 5 Feb 2024 14:53:48 -0800 Subject: [PATCH] doc: updated url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 085655c..7b71348 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository generates an OpenAPI document defining MMS5 Layer 1's endpoints The generated OpenAPI document can in turn be used to generate API documentation (hosted here using GitHub pages) and OpenAPI clients (although users should be aware that none of the request or response body content types are JSON, thus no schema information will be attached to the generated clients). -## [Browse the API Documentation](https://www.openmbee.org/mms5-layer1-openapi/) 👈 +## [Browse the API Documentation](https://www.openmbee.org/flexo-mms-layer1-openapi/) 👈 The generated OpenAPI document is deployed as an HTML webpage using RapiDoc and GitHub pages.