Skip to content

Commit 8e0e805

Browse files
authored
Merge pull request #1806 from inclement/fix_plyer_pyjnius_links
Fixed doc links to plyer and pyjnius
2 parents 1696b8a + 5a6934c commit 8e0e805

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/apis.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ call anything that is currently missing.
125125
You can include Plyer in your APKs by adding the `Plyer` recipe to
126126
your build requirements, e.g. :code:`--requirements=plyer`.
127127

128-
You should check the `Plyer documentation <Plyer_>`_ for details of all supported
128+
You should check the `Plyer documentation <https://plyer.readthedocs.io/en/stable/>`_ for details of all supported
129129
facades (platform APIs), but as an example the following is how you
130130
would achieve vibration as described in the Pyjnius section above::
131131

@@ -191,5 +191,5 @@ sometimes a little more involved, particularly if making Java classes
191191
from Python code), but it's not Pythonic and it's not short. These are
192192
problems that Plyer, explained below, attempts to address.
193193

194-
You can check the `Pyjnius documentation <Pyjnius_>`_ for further details.
194+
You can check the `Pyjnius documentation <https://pyjnius.readthedocs.io/en/stable/>`_ for further details.
195195

0 commit comments

Comments
 (0)