diff options
author | Arman <Arman1371@gmail.com> | 2020-09-10 13:33:46 +0430 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-09-10 13:40:51 +0200 |
commit | 7d48ea83bedc64f757510ee247270eec44067a3a (patch) | |
tree | 42bdf5f48db259b56e6a63117620c997e315d97f /README.md | |
parent | 23cbb0f3189b4b7d712d304d9a19d8b565e1d166 (diff) | |
download | PeerTube-7d48ea83bedc64f757510ee247270eec44067a3a.tar.gz PeerTube-7d48ea83bedc64f757510ee247270eec44067a3a.tar.zst PeerTube-7d48ea83bedc64f757510ee247270eec44067a3a.zip |
Fixed openapi.yml link url
openapi.yml link was broken on README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -196,7 +196,7 @@ Learn how to import/upload videos from CLI or admin your PeerTube instance with | |||
196 | See the [architecture blueprint](https://docs.joinpeertube.org/#/contribute-architecture) for a more detailed explanation of the architectural choices. | 196 | See the [architecture blueprint](https://docs.joinpeertube.org/#/contribute-architecture) for a more detailed explanation of the architectural choices. |
197 | 197 | ||
198 | See our REST API documentation: | 198 | See our REST API documentation: |
199 | * OpenAPI 3.0.0 schema: [/support/doc/api/openapi.yaml](https://github.com/Chocobozzz/PeerTube/blob/support/doc/api/openapi.yaml) | 199 | * OpenAPI 3.0.0 schema: [/support/doc/api/openapi.yaml](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/api/openapi.yaml) |
200 | * Spec explorer: [docs.joinpeertube.org/api-rest-reference.html](https://docs.joinpeertube.org/api-rest-reference.html) | 200 | * Spec explorer: [docs.joinpeertube.org/api-rest-reference.html](https://docs.joinpeertube.org/api-rest-reference.html) |
201 | 201 | ||
202 | See our [ActivityPub documentation](https://docs.joinpeertube.org/#/api-activitypub). | 202 | See our [ActivityPub documentation](https://docs.joinpeertube.org/#/api-activitypub). |