Skip to content

Commit

Permalink
Merge pull request #1806 from inclement/fix_plyer_pyjnius_links
Browse files Browse the repository at this point in the history
Fixed doc links to plyer and pyjnius
  • Loading branch information
AndreMiras authored Apr 29, 2019
2 parents 1696b8a + 5a6934c commit 8e0e805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/apis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Plyer_>`_ for details of all supported
You should check the `Plyer documentation <https://plyer.readthedocs.io/en/stable/>`_ 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::

Expand Down Expand Up @@ -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 <Pyjnius_>`_ for further details.
You can check the `Pyjnius documentation <https://pyjnius.readthedocs.io/en/stable/>`_ for further details.

0 comments on commit 8e0e805

Please sign in to comment.