diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 0e8cb678f832..ac2e3dd5d3c0 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 ef9590e9f3c2..49e65991f50f 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 a652556cdb29..d521326206fd 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: