From bb9ff17af1db3a84940ebd73eed85fc35474a7e0 Mon Sep 17 00:00:00 2001 From: becseya Date: Mon, 13 May 2024 19:08:33 +0200 Subject: [PATCH] fix(docs): fix broken links (#6207) --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++---- docs/CODING_STYLE.rst | 2 ++ docs/integration/bindings/micropython.rst | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 0e8cb678f..ac2e3dd5d 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -6,9 +6,9 @@ contact_links: - name: Forum url: https://forum.lvgl.io about: For topics like How-to, Getting started, Feature request - - name: CONTRIBUTING.md - url: https://github.com/lvgl/lvgl/blob/master/docs/CONTRIBUTING.md#faq-about-contributing + - name: CONTRIBUTING.rst + url: https://github.com/lvgl/lvgl/blob/master/docs/CONTRIBUTING.rst about: The basic rules of contributing - - name: CODING_STYLE.md - url: https://github.com/lvgl/lvgl/blob/master/docs/CODING_STYLE.md + - name: CODING_STYLE.rst + url: https://github.com/lvgl/lvgl/blob/master/docs/CODING_STYLE.rst about: Quick summary of LVGL's code style diff --git a/docs/CODING_STYLE.rst b/docs/CODING_STYLE.rst index ef9590e9f..49e65991f 100644 --- a/docs/CODING_STYLE.rst +++ b/docs/CODING_STYLE.rst @@ -1,3 +1,5 @@ +.. _coding-style: + Coding style ============ diff --git a/docs/integration/bindings/micropython.rst b/docs/integration/bindings/micropython.rst index a652556cd..d36e52488 100644 --- a/docs/integration/bindings/micropython.rst +++ b/docs/integration/bindings/micropython.rst @@ -182,7 +182,7 @@ The Micropython Binding is auto generated! LVGL C API Coding Conventions ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -For a summary of coding conventions to follow see the `CODING STYLE `__. +For a summary of coding conventions to follow see the :ref:`coding-style`. .. _memory_management: