From 510ebd442f661844d03bcf6ea78ed120e3df8c8d Mon Sep 17 00:00:00 2001
From: Benoit Alessandroni <benoit@happy-dev.fr>
Date: Mon, 23 Sep 2019 00:11:25 +0200
Subject: [PATCH] Fixing access to the mentor database

---
 src/includes/mentor/resources/list.pug | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/includes/mentor/resources/list.pug b/src/includes/mentor/resources/list.pug
index 5cd92df1..a6a0962d 100644
--- a/src/includes/mentor/resources/list.pug
+++ b/src/includes/mentor/resources/list.pug
@@ -18,7 +18,7 @@ div.block_list
                 div.button_base.ico_gauche.ico_plus Post a new Resource
 
         div.dashboard__database
-            sib-link(next='public-dashboard')
+            sib-link(next='mentor-database')
                 div.button_base.ico_gauche.ico_database Browse database
 
     div.tabs
-- 
GitLab