From b0f5d2cb607c4f14d191b1fe5cb9c21db9852a1e Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sun, 9 Apr 2023 02:52:26 -0700 Subject: [PATCH] Fix paths to Volto contributing --- docs/conf.py | 2 +- docs/contributing/index.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 63666a11d..49216c575 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -130,7 +130,7 @@ "plone.restapi/news", "plone.restapi/performance", "plone.restapi/src", - "volto/developer-guidelines/branch-policy.md", + "volto/contributing/branch-policy.md", ] html_js_files = ["patch_scrollToActive.js", "search_shortcut.js"] diff --git a/docs/contributing/index.md b/docs/contributing/index.md index 2f0780ee5..332772f51 100644 --- a/docs/contributing/index.md +++ b/docs/contributing/index.md @@ -129,7 +129,7 @@ Plone REST API Volto : Plone 6 default frontend. - See {doc}`../volto/developer-guidelines/contributing`. + See {doc}`../volto/contributing/index`. ```{toctree} @@ -143,5 +143,5 @@ first-time documentation/index ../plone.api/contribute/index ../plone.restapi/docs/source/contributing/index -../volto/developer-guidelines/contributing +../volto/contributing/index ```