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 0f945dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ contact_links:
- name: CONTRIBUTING.md
url: https://github.com/lvgl/lvgl/blob/master/docs/CONTRIBUTING.md#faq-about-contributing
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: 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 `CODING STYLE <../../CODING_STYLE.html>`__.

.. _memory_management:

Expand Down

0 comments on commit 0f945dc

Please sign in to comment.