From 85cba7f1f082c814c96256294ff55df711c7ec5f Mon Sep 17 00:00:00 2001 From: thecashewtrader Date: Fri, 14 Jan 2022 13:13:46 +0530 Subject: [PATCH] Fix broken links in contributing guideline --- .github/CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index fb1f0f6ec..4bc590bde 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -126,7 +126,7 @@ You can get a complete PeerTube development setup with Gitpod, a free one-click ### Server side -You can find a documentation of the server code/architecture [here](https://docs.joinpeertube.org/#/contribute-architecture?id=server-code). +You can find a documentation of the server code/architecture [here](https://docs.joinpeertube.org/contribute-architecture?id=server-code). To develop on the server-side: @@ -141,7 +141,7 @@ restart. ### Client side You can find a documentation of the client code/architecture -[here](https://docs.joinpeertube.org/#/contribute-architecture?id=client-code). +[here](https://docs.joinpeertube.org/contribute-architecture?id=client-code). To develop on the client side: @@ -220,4 +220,4 @@ To test emails with PeerTube: ## Plugins & Themes -See the dedicated documentation: https://docs.joinpeertube.org/#/contribute-plugins +See the dedicated documentation: https://docs.joinpeertube.org/contribute-plugins