From c30b3161edaa4eeaf3ce353247a8876325c3b555 Mon Sep 17 00:00:00 2001 From: Xavier Lacot Date: Mon, 21 Jan 2019 12:16:47 +0100 Subject: [PATCH] fix swagger spec url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4683e5c..db991db 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ file named `harvest-openapi.yaml`. ## I just need the OpenAPI file You can get the generated file here: -[https://github.com/jolicode/harvest-openapi-generator/master/generated/harvest-openapi.yaml](https://github.com/jolicode/harvest-openapi-generator/master/generated/harvest-openapi.yaml) +[https://raw.githubusercontent.com/jolicode/harvest-openapi-generator/master/generated/harvest-openapi.yaml](https://raw.githubusercontent.com/jolicode/harvest-openapi-generator/master/generated/harvest-openapi.yaml) ## What can I do with this OpenAPI spec?