summaryrefslogtreecommitdiff
path: root/doc/exts/pylint_messages.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/exts/pylint_messages.py')
-rw-r--r--doc/exts/pylint_messages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/exts/pylint_messages.py b/doc/exts/pylint_messages.py
index 4388985d9..7b09f0ff6 100644
--- a/doc/exts/pylint_messages.py
+++ b/doc/exts/pylint_messages.py
@@ -23,7 +23,7 @@ from pylint.utils import get_rst_title
PYLINT_BASE_PATH = Path(__file__).resolve().parent.parent.parent
"""Base path to the project folder."""
-PYLINT_MESSAGES_PATH = PYLINT_BASE_PATH / "doc" / "messages"
+PYLINT_MESSAGES_PATH = PYLINT_BASE_PATH / "doc/user_guide/messages"
"""Path to the messages documentation folder."""
PYLINT_MESSAGES_DATA_PATH = PYLINT_BASE_PATH / "doc" / "data" / "messages"