From 042d28610c0fc8f3a7a067ee07f0d09022340a6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 17 Mar 2022 15:29:09 +0100 Subject: [PATCH] code_documentation.md: swapped links --- topics/tutorials/code_documentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/tutorials/code_documentation.md b/topics/tutorials/code_documentation.md index 140b40ac8..1043d9065 100644 --- a/topics/tutorials/code_documentation.md +++ b/topics/tutorials/code_documentation.md @@ -27,5 +27,5 @@ provider before the default one: order="before pythonDocumentationProvider"/> ``` -For detailed instructions on how to implement a `DocumentationProvider`, please refer to the [Custom Language Support](documentation_provider.md) -section and the descriptions in the [Custom Language Support Tutorial](documentation.md). +For detailed instructions on how to implement a `DocumentationProvider`, please refer to the [Custom Language Support](documentation.md) +section and the descriptions in the [Custom Language Support Tutorial](documentation_provider.md).