From 29c8148883cd87b396aa21d64a9382af3f7afc79 Mon Sep 17 00:00:00 2001 From: Akos Becsey Date: Thu, 9 May 2024 10:28:21 +0200 Subject: [PATCH] fix(docs): Broken links --- .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 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: