From 5a6934caf76dcf316042edd2678f3ae3d7eaa983 Mon Sep 17 00:00:00 2001 From: Alexander Taylor Date: Mon, 29 Apr 2019 22:06:26 +0100 Subject: [PATCH] Fixed doc links to plyer and pyjnius --- doc/source/apis.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/apis.rst b/doc/source/apis.rst index d7ae0860bd..14dbf230e1 100644 --- a/doc/source/apis.rst +++ b/doc/source/apis.rst @@ -125,7 +125,7 @@ call anything that is currently missing. You can include Plyer in your APKs by adding the `Plyer` recipe to your build requirements, e.g. :code:`--requirements=plyer`. -You should check the `Plyer documentation `_ for details of all supported +You should check the `Plyer documentation `_ for details of all supported facades (platform APIs), but as an example the following is how you would achieve vibration as described in the Pyjnius section above:: @@ -191,5 +191,5 @@ sometimes a little more involved, particularly if making Java classes from Python code), but it's not Pythonic and it's not short. These are problems that Plyer, explained below, attempts to address. -You can check the `Pyjnius documentation `_ for further details. +You can check the `Pyjnius documentation `_ for further details.