Skip to content

Commit

Permalink
fix(docs): Broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
becseya committed May 9, 2024
1 parent 37cf3bb commit 29c8148
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions docs/CODING_STYLE.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _coding-style:

Coding style
============

Expand Down
2 changes: 1 addition & 1 deletion docs/integration/bindings/micropython.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <CODING_STYLE>`__.
For a summary of coding conventions to follow see the :ref:`coding-style`

.. _memory_management:

Expand Down

0 comments on commit 29c8148

Please sign in to comment.