fix(docs): fix broken links (#6207)
This commit is contained in:
8
.github/ISSUE_TEMPLATE/config.yml
vendored
8
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -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
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
.. _coding-style:
|
||||||
|
|
||||||
Coding style
|
Coding style
|
||||||
============
|
============
|
||||||
|
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user