Skip to content

Commit 9df700c

Browse files
authored
Merge pull request #1883 from AndreMiras/feature/doc_fixes
📝 Fix broken documentation links
2 parents f3c5bb3 + 1e1bdd3 commit 9df700c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ but it can be used independently - even with other GUI frameworks.
2121

2222
Instructions on how to write your own recipes is available in the
2323
[Kivy for iOS](https://github.com/kivy/kivy-ios/) and
24-
[python-for-android documentation](https://python-for-android.readthedocs.io/en/latest/recipes/).
24+
[python-for-android documentation](https://python-for-android.readthedocs.io/en/latest/recipes.html).
2525

2626
Instructions on how to test your own recipes from Buildozer is available in the
2727
[Buildozer Contribution Guidelines](CONTRIBUTING.md).

docs/source/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Alternatively, the Android SDK license can be automatically accepted - see `buil
117117
python-for-android related errors
118118
"""""""""""""""""""""""""""""""""
119119
See the dedicated `p4a troubleshooting documentation
120-
<https://python-for-android.readthedocs.io/en/latest/troubleshooting/>`_.
120+
<https://python-for-android.readthedocs.io/en/latest/troubleshooting.html>`_.
121121

122122

123123
Targeting IOS

docs/source/recipes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ who wants to use the same library.
2727

2828
More instructions on how to write your own recipes is available in the
2929
`Kivy for iOS <https://github.com/kivy/kivy-ios/>`_ and
30-
`python-for-android documentation <https://python-for-android.readthedocs.io/en/latest/recipes/>`_.
30+
`python-for-android documentation <https://python-for-android.readthedocs.io/en/latest/recipes.html>`_.
3131

3232
Instructions on how to test your own recipes from Buildozer is available in the
3333
`latest Buildozer Contribution Guidelines <https://github.com/kivy/buildozer/blob/master/CONTRIBUTING.md>`_.

0 commit comments

Comments
 (0)