From 4a7413cbcd3e632485fe3a1876acbf7d53e06d7f Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Sun, 4 Mar 2018 13:33:49 +0100
Subject: [PATCH] Typo in permalink

---
 _data/navigation.yml | 2 +-
 contribute.md        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/_data/navigation.yml b/_data/navigation.yml
index 4b7e26e..fea2b8c 100644
--- a/_data/navigation.yml
+++ b/_data/navigation.yml
@@ -6,4 +6,4 @@ main:
   - title: "Documentation"
     url: https://docs.funkwhale.audio
   - title: "Contribute"
-    url: /contribute
+    url: /contribute/
diff --git a/contribute.md b/contribute.md
index 9a4ba89..4f7f97a 100644
--- a/contribute.md
+++ b/contribute.md
@@ -1,6 +1,6 @@
 ---
 layout: single
-permalink: /contribute
+permalink: /contribute/
 title: Contribute to funkwhale development
 ---
 
-- 
GitLab