Skip to content

Commit 452fde0

Browse files
warunslalexellis
authored andcommitted
Update the link to the api docs
The README.md under fass/api-docs has an incorrect URL to the api spec file. This change updates it. Fixes #1826 Signed-off-by: Varun S Lingaraju <[email protected]>
1 parent b2a378f commit 452fde0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api-docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
## Exploring or editing the Swagger API documentation
22

3-
The `swagger.yml` file can be viewed and edited in the Swagger UI.
3+
The `spec.openapi.yml` file can be viewed and edited in the Swagger UI.
44

55
* Head over to the [Swagger editor](http://editor.swagger.io/)
66

77
* Now click File -> Import URL
88

9-
* Type in `https://raw.githubusercontent.com/openfaas/faas/master/api-docs/swagger.yml` and click OK
9+
* Type in `https://raw.githubusercontent.com/openfaas/faas/master/api-docs/spec.openapi.yml` and click OK
1010

1111
You can now view and edit the Swagger, copy back to your fork before pushing changes.

0 commit comments

Comments
 (0)