From dd0c7f07d025fc2a11598b6c29d0f5c9435df45c Mon Sep 17 00:00:00 2001 From: Jakob Sandberg Date: Fri, 28 Jan 2022 09:23:25 -0800 Subject: [PATCH] Point readme to correct location of swagger.yaml --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 767d954eeca..3a6312e4a41 100644 --- a/README.md +++ b/README.md @@ -232,7 +232,7 @@ Once you've installed Nightscout, you can access API documentation by loading `/ * Boluses over 2U: `http://localhost:1337/api/v1/treatments.json?find[insulin][$gte]=2` The API is Swagger enabled, so you can generate client code to make working with the API easy. -To learn more about the Nightscout API, visit https://YOUR-SITE.com/api-docs/ or review [swagger.yaml](swagger.yaml). +To learn more about the Nightscout API, visit https://YOUR-SITE.com/api-docs/ or review [swagger.yaml](lib/server/swagger.yaml). ## Environment