From 1e1bdd3230617cb09b7e654111ed585607e41108 Mon Sep 17 00:00:00 2001 From: Andre Miras Date: Sun, 12 Jan 2025 19:47:02 +0100 Subject: [PATCH] :memo: Fix broken documentation links 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/ ``` --- FAQ.md | 2 +- docs/source/installation.rst | 2 +- docs/source/recipes.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/FAQ.md b/FAQ.md index 7ec244ed6..4eddf2f1c 100644 --- a/FAQ.md +++ b/FAQ.md @@ -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). diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 8b1ad68da..0041515d7 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -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 -`_. +`_. Targeting IOS diff --git a/docs/source/recipes.rst b/docs/source/recipes.rst index de3054ce2..8261a3dac 100644 --- a/docs/source/recipes.rst +++ b/docs/source/recipes.rst @@ -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 `_ and -`python-for-android documentation `_. +`python-for-android documentation `_. Instructions on how to test your own recipes from Buildozer is available in the `latest Buildozer Contribution Guidelines `_.