docs: Fix broken links in our docs.

This commit is contained in:
Tobias Hunger 2023-02-22 16:16:11 +01:00 committed by Tobias Hunger
parent d2f08726a0
commit 78892cdf1f
8 changed files with 18 additions and 18 deletions

View file

@ -114,9 +114,9 @@ myst_heading_anchors = 2
rst_epilog = """
.. |ListView| replace:: :code:`ListView`
.. _ListView: ../markdown/widgets.html#listview
.. _ListView: ../slint/src/widgets.html#listview
.. |Repetition| replace:: :code:`for` - :code:`in`
.. _Repetition: ../markdown/langref.html#repetition
.. _Repetition: ../slint/src/repetitions.html
"""