From 090c05be5d515e234ab30180fecba303f86638f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Kne=C5=BEevi=C4=87?= Date: Thu, 14 May 2020 14:15:30 +0200 Subject: [PATCH] Correct the link to hydra-api.yml file The correct filename is `hydra-api.yml` not `hydra.yml`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c6f6cf8..c4a40de9 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ $ make ### JSON API -You can also interface with Hydra through a JSON API. The API is defined in [hydra.yaml](./hydra.yaml) and you can test and explore via the [swagger editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/NixOS/hydra/master/hydra-api.yaml) +You can also interface with Hydra through a JSON API. The API is defined in [hydra-api.yaml](./hydra-api.yaml) and you can test and explore via the [swagger editor](https://editor.swagger.io/?url=https://raw.githubusercontent.com/NixOS/hydra/master/hydra-api.yaml) ## Additional Resources