diff options
Diffstat (limited to 'ARCHITECTURE.md')
-rw-r--r-- | ARCHITECTURE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index cf0dcfacd..160d6fc4f 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md | |||
@@ -18,7 +18,7 @@ | |||
18 | * We use the [ActivityPub](https://www.w3.org/TR/activitypub/) protocol (only | 18 | * We use the [ActivityPub](https://www.w3.org/TR/activitypub/) protocol (only |
19 | server-server for now). Object models could be found in | 19 | server-server for now). Object models could be found in |
20 | [shared/models/activitypub | 20 | [shared/models/activitypub |
21 | directory](https://github.com/Chocobozzz/PeerTube/tree/develop/shared/models/activitypub). | 21 | directory](/shared/models/activitypub). |
22 | * All the requests are retried several times if they fail. | 22 | * All the requests are retried several times if they fail. |
23 | 23 | ||
24 | ### Instance | 24 | ### Instance |