From 7d48ea83bedc64f757510ee247270eec44067a3a Mon Sep 17 00:00:00 2001 From: Arman Date: Thu, 10 Sep 2020 13:33:46 +0430 Subject: [PATCH] Fixed openapi.yml link url openapi.yml link was broken on README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2738a005..5e6a680de 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ Learn how to import/upload videos from CLI or admin your PeerTube instance with See the [architecture blueprint](https://docs.joinpeertube.org/#/contribute-architecture) for a more detailed explanation of the architectural choices. See our REST API documentation: - * OpenAPI 3.0.0 schema: [/support/doc/api/openapi.yaml](https://github.com/Chocobozzz/PeerTube/blob/support/doc/api/openapi.yaml) + * OpenAPI 3.0.0 schema: [/support/doc/api/openapi.yaml](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/api/openapi.yaml) * Spec explorer: [docs.joinpeertube.org/api-rest-reference.html](https://docs.joinpeertube.org/api-rest-reference.html) See our [ActivityPub documentation](https://docs.joinpeertube.org/#/api-activitypub).