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 `_.