diff --git a/lacommunaute/forum/tests/__snapshots__/tests_views.ambr b/lacommunaute/forum/tests/__snapshots__/tests_views.ambr
index ceae45473..82abe7481 100644
--- a/lacommunaute/forum/tests/__snapshots__/tests_views.ambr
+++ b/lacommunaute/forum/tests/__snapshots__/tests_views.ambr
@@ -6,7 +6,7 @@
Retourner vers
- Documentation
+ Documentation
@@ -22,7 +22,7 @@
Retourner vers
- Documentation
+ Documentation
@@ -60,7 +60,7 @@
Retourner vers
- Documentation
+ Documentation
@@ -176,7 +176,7 @@
Retourner vers
- Documentation
+ Documentation
diff --git a/lacommunaute/forum_conversation/tests/__snapshots__/tests_views.ambr b/lacommunaute/forum_conversation/tests/__snapshots__/tests_views.ambr
index 17d4c366b..d094bf826 100644
--- a/lacommunaute/forum_conversation/tests/__snapshots__/tests_views.ambr
+++ b/lacommunaute/forum_conversation/tests/__snapshots__/tests_views.ambr
@@ -240,7 +240,7 @@
Retourner vers
- Documentation
+ Documentation
diff --git a/lacommunaute/pages/tests/__snapshots__/test_homepage.ambr b/lacommunaute/pages/tests/__snapshots__/test_homepage.ambr
index 36a809fbd..7d067ba7a 100644
--- a/lacommunaute/pages/tests/__snapshots__/test_homepage.ambr
+++ b/lacommunaute/pages/tests/__snapshots__/test_homepage.ambr
@@ -13,7 +13,7 @@
Espace d'échanges
- Documentation
+ Documentation
Évènements
@@ -196,7 +196,7 @@
Espace d'échanges
- Documentation
+ Documentation
Évènements
@@ -242,7 +242,7 @@
Espace d'échanges
- Documentation
+ Documentation
Évènements
diff --git a/lacommunaute/templates/404.html b/lacommunaute/templates/404.html
index 60e6dd87e..359bdb9dd 100644
--- a/lacommunaute/templates/404.html
+++ b/lacommunaute/templates/404.html
@@ -15,7 +15,7 @@ Bienvenue sur le site de la Communauté de l'Inclusion.
Espace d'échanges
- Documentation
+ Documentation
Recherche
diff --git a/lacommunaute/templates/pages/home.html b/lacommunaute/templates/pages/home.html
index 9563829ef..784ae8892 100644
--- a/lacommunaute/templates/pages/home.html
+++ b/lacommunaute/templates/pages/home.html
@@ -10,7 +10,7 @@
{% block body_class %}p-home{{ block.super }}{% endblock %}
{% block content %}
{% url 'forum_conversation_extension:topics' as publicforum_url %}
- {% url None as documentation_url %}
+ {% url 'documentation:category_list' as documentation_url %}
{% url 'event:current' as event_url %}
{% url 'surveys:dsp_create' as dsp_url %}
diff --git a/lacommunaute/templates/partials/ask_a_question.html b/lacommunaute/templates/partials/ask_a_question.html
index bedd7e2a2..9fd7a5e4c 100644
--- a/lacommunaute/templates/partials/ask_a_question.html
+++ b/lacommunaute/templates/partials/ask_a_question.html
@@ -21,7 +21,11 @@
ou
diff --git a/lacommunaute/templates/partials/breadcrumb.html b/lacommunaute/templates/partials/breadcrumb.html
index dc2e07dbe..30e011a46 100644
--- a/lacommunaute/templates/partials/breadcrumb.html
+++ b/lacommunaute/templates/partials/breadcrumb.html
@@ -5,7 +5,7 @@
{% trans "Back to" %}
{% if forum.is_in_documentation_area %}
- {% trans "Documents" %}
+ {% trans "Documents" %}
{% else %}
{% trans "Discussion area" %}
{% endif %}
diff --git a/lacommunaute/templates/partials/footer.html b/lacommunaute/templates/partials/footer.html
index e0ef21cf7..2f06a8d57 100644
--- a/lacommunaute/templates/partials/footer.html
+++ b/lacommunaute/templates/partials/footer.html
@@ -14,7 +14,7 @@
{% trans "Discussion area" %}
- {% trans "Documents" %}
+ {% trans "Documents" %}
{% trans "Events" %}
diff --git a/lacommunaute/templates/partials/header.html b/lacommunaute/templates/partials/header.html
index d97774da8..12aee9d07 100644
--- a/lacommunaute/templates/partials/header.html
+++ b/lacommunaute/templates/partials/header.html
@@ -4,7 +4,7 @@
{% load forum_member_tags %}
{% url 'pages:home' as home_url %}
{% url 'forum_conversation_extension:topics' as publicforum_url %}
-{% url 'forum_extension:documentation' as documentation_url %}
+{% url 'documentation:category_list' as documentation_url %}
{% url 'members:seekers' as seeker_url %}
{% url 'search:index' as search_url %}
{% url 'surveys:dsp_create' as dsp_url %}