From 8a3a9518aa94c1556bf619edb05642138137adcb Mon Sep 17 00:00:00 2001 From: Tomos Hillman Date: Fri, 26 Jan 2024 10:18:26 +0000 Subject: [PATCH] fix(README): updated broken OpenAPI 3.0 spec URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d5bb32..f924723 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## OpenAPI Router for eXist -Roaster is a generic router to be used in any exist-db application. It reads an [OpenAPI 3.0](https://oai.github.io/Documentation/) specification from a JSON file and routes requests to handler functions written in XQuery. +Roaster is a generic router to be used in any exist-db application. It reads an [OpenAPI 3.0](https://spec.openapis.org/oas/v3.0.0) specification from a JSON file and routes requests to handler functions written in XQuery. ![Roasted API](doc/roasted-api.png)