Skip to content

Commit

Permalink
📝 Fix broken documentation links
Browse files Browse the repository at this point in the history
Reported by the CI sphinx-build linkcheck command:
```
(recipes: line 28) broken https://python-for-android.readthedocs.io/en/latest/recipes/
(installation: line 119) broken https://python-for-android.readthedocs.io/en/latest/troubleshooting/
```
  • Loading branch information
AndreMiras committed Jan 12, 2025
1 parent f3c5bb3 commit 2b2955e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,3 @@ jobs:
run: sphinx-build -b linkcheck docs/source docs/build
- name: Generate documentation
run: sphinx-build docs/source docs/build

2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ but it can be used independently - even with other GUI frameworks.

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

Instructions on how to test your own recipes from Buildozer is available in the
[Buildozer Contribution Guidelines](CONTRIBUTING.md).
Expand Down
2 changes: 1 addition & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Alternatively, the Android SDK license can be automatically accepted - see `buil
python-for-android related errors
"""""""""""""""""""""""""""""""""
See the dedicated `p4a troubleshooting documentation
<https://python-for-android.readthedocs.io/en/latest/troubleshooting/>`_.
<https://python-for-android.readthedocs.io/en/latest/troubleshooting.html>`_.


Targeting IOS
Expand Down
2 changes: 1 addition & 1 deletion docs/source/recipes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ who wants to use the same library.

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

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

0 comments on commit 2b2955e

Please sign in to comment.