diff options
author | Chocobozzz <me@florianbigard.com> | 2021-01-05 11:01:12 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-01-05 11:01:12 +0100 |
commit | 7cf88d098adb543074f85be9c874ee9453371de9 (patch) | |
tree | 7d0ba94105063496dd84f9e54fcd03335b2433d8 /README.md | |
parent | 9ee4876a73ceb8277cfa088eb37890534bf153b5 (diff) | |
download | PeerTube-7cf88d098adb543074f85be9c874ee9453371de9.tar.gz PeerTube-7cf88d098adb543074f85be9c874ee9453371de9.tar.zst PeerTube-7cf88d098adb543074f85be9c874ee9453371de9.zip |
Use new doc links
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -112,7 +112,7 @@ Be it as a user or an instance administrator, you can decide what your experienc | |||
112 | 112 | ||
113 | <h3 align="right">Communities that help each other</h3> | 113 | <h3 align="right">Communities that help each other</h3> |
114 | <p align="right"> | 114 | <p align="right"> |
115 | In addition to visitors using WebTorrent to share the load among them, instances can help each other by caching one another's videos. This way even small instances have a way to show content to a wider audience, as they will be shouldered by friend instances (more about that in our <a href="https://docs.joinpeertube.org/#/contribute-architecture?id=redundancy-between-instances">redundancy guide</a>). | 115 | In addition to visitors using WebTorrent to share the load among them, instances can help each other by caching one another's videos. This way even small instances have a way to show content to a wider audience, as they will be shouldered by friend instances (more about that in our <a href="https://docs.joinpeertube.org/contribute-architecture?id=redundancy-between-instances">redundancy guide</a>). |
116 | </p> | 116 | </p> |
117 | <p align="right"> | 117 | <p align="right"> |
118 | Content creators can get help from their viewers in the simplest way possible: a support button showing a message linking to their donation accounts or really anything else. No more pay-per-view and advertisements that hurt visitors and <strike>incentivize</strike> alter creativity (more about that in our <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/FAQ.md">FAQ</a>). | 118 | Content creators can get help from their viewers in the simplest way possible: a support button showing a message linking to their donation accounts or really anything else. No more pay-per-view and advertisements that hurt visitors and <strike>incentivize</strike> alter creativity (more about that in our <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/FAQ.md">FAQ</a>). |
@@ -141,7 +141,7 @@ Feel free to reach out if you have any questions or ideas! :speech_balloon: | |||
141 | 141 | ||
142 | See the [production guide](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md), which is the recommended way to install or upgrade PeerTube. For hardware requirements, see [Should I have a big server to run PeerTube?](https://github.com/Chocobozzz/PeerTube/blob/develop/FAQ.md#should-i-have-a-big-server-to-run-peertube) in the FAQ. | 142 | See the [production guide](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md), which is the recommended way to install or upgrade PeerTube. For hardware requirements, see [Should I have a big server to run PeerTube?](https://github.com/Chocobozzz/PeerTube/blob/develop/FAQ.md#should-i-have-a-big-server-to-run-peertube) in the FAQ. |
143 | 143 | ||
144 | See the [community packages](https://docs.joinpeertube.org/#/install-unofficial), which cover various platforms (including [YunoHost](https://install-app.yunohost.org/?app=peertube) and [Docker](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/docker.md)). | 144 | See the [community packages](https://docs.joinpeertube.org/install-unofficial), which cover various platforms (including [YunoHost](https://install-app.yunohost.org/?app=peertube) and [Docker](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/docker.md)). |
145 | 145 | ||
146 | :book: Documentation | 146 | :book: Documentation |
147 | ---------------------------------------------------------------- | 147 | ---------------------------------------------------------------- |
@@ -150,27 +150,27 @@ If you have a question, please try to find the answer in the [FAQ](https://githu | |||
150 | 150 | ||
151 | ### User documentation | 151 | ### User documentation |
152 | 152 | ||
153 | See the [user documentation](https://docs.joinpeertube.org/#/use-setup-account). | 153 | See the [user documentation](https://docs.joinpeertube.org/use-setup-account). |
154 | 154 | ||
155 | ### Admin documentation | 155 | ### Admin documentation |
156 | 156 | ||
157 | See [how to create your own instance](https://github.com/Chocobozzz/PeerTube/blob/develop/README.md#package-create-your-own-instance). | 157 | See [how to create your own instance](https://github.com/Chocobozzz/PeerTube/blob/develop/README.md#package-create-your-own-instance). |
158 | 158 | ||
159 | See the more general [admin documentation](https://docs.joinpeertube.org/#/admin-following-instances). | 159 | See the more general [admin documentation](https://docs.joinpeertube.org/admin-following-instances). |
160 | 160 | ||
161 | ### Tools documentation | 161 | ### Tools documentation |
162 | 162 | ||
163 | Learn how to import/upload videos from CLI or admin your PeerTube instance with the [tools documentation](https://docs.joinpeertube.org/#/maintain-tools). | 163 | Learn how to import/upload videos from CLI or admin your PeerTube instance with the [tools documentation](https://docs.joinpeertube.org/maintain-tools). |
164 | 164 | ||
165 | ### Technical documentation | 165 | ### Technical documentation |
166 | 166 | ||
167 | See the [architecture blueprint](https://docs.joinpeertube.org/#/contribute-architecture) for a more detailed explanation of the architectural choices. | 167 | See the [architecture blueprint](https://docs.joinpeertube.org/contribute-architecture) for a more detailed explanation of the architectural choices. |
168 | 168 | ||
169 | See our REST API documentation: | 169 | See our REST API documentation: |
170 | * OpenAPI 3.0.0 schema: [/support/doc/api/openapi.yaml](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/api/openapi.yaml) | 170 | * OpenAPI 3.0.0 schema: [/support/doc/api/openapi.yaml](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/api/openapi.yaml) |
171 | * Spec explorer: [docs.joinpeertube.org/api-rest-reference.html](https://docs.joinpeertube.org/api-rest-reference.html) | 171 | * Spec explorer: [docs.joinpeertube.org/api-rest-reference.html](https://docs.joinpeertube.org/api-rest-reference.html) |
172 | 172 | ||
173 | See our [ActivityPub documentation](https://docs.joinpeertube.org/#/api-activitypub). | 173 | See our [ActivityPub documentation](https://docs.joinpeertube.org/api-activitypub). |
174 | 174 | ||
175 | ## License | 175 | ## License |
176 | 176 | ||