fix(docs): fix broken links (#6207)

This commit is contained in:
becseya
2024-05-13 19:08:33 +02:00
committed by GitHub
parent d0bc365737
commit bb9ff17af1
3 changed files with 7 additions and 5 deletions

View File

@@ -6,9 +6,9 @@ contact_links:
- name: Forum - name: Forum
url: https://forum.lvgl.io url: https://forum.lvgl.io
about: For topics like How-to, Getting started, Feature request about: For topics like How-to, Getting started, Feature request
- name: CONTRIBUTING.md - name: CONTRIBUTING.rst
url: https://github.com/lvgl/lvgl/blob/master/docs/CONTRIBUTING.md#faq-about-contributing url: https://github.com/lvgl/lvgl/blob/master/docs/CONTRIBUTING.rst
about: The basic rules of contributing about: The basic rules of contributing
- name: CODING_STYLE.md - name: CODING_STYLE.rst
url: https://github.com/lvgl/lvgl/blob/master/docs/CODING_STYLE.md url: https://github.com/lvgl/lvgl/blob/master/docs/CODING_STYLE.rst
about: Quick summary of LVGL's code style about: Quick summary of LVGL's code style

View File

@@ -1,3 +1,5 @@
.. _coding-style:
Coding style Coding style
============ ============

View File

@@ -182,7 +182,7 @@ The Micropython Binding is auto generated!
LVGL C API Coding Conventions LVGL C API Coding Conventions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
For a summary of coding conventions to follow see the `CODING STYLE <CODING_STYLE>`__. For a summary of coding conventions to follow see the :ref:`coding-style`.
.. _memory_management: .. _memory_management: