File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ call anything that is currently missing.
125
125
You can include Plyer in your APKs by adding the `Plyer ` recipe to
126
126
your build requirements, e.g. :code: `--requirements=plyer `.
127
127
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
129
129
facades (platform APIs), but as an example the following is how you
130
130
would achieve vibration as described in the Pyjnius section above::
131
131
@@ -191,5 +191,5 @@ sometimes a little more involved, particularly if making Java classes
191
191
from Python code), but it's not Pythonic and it's not short. These are
192
192
problems that Plyer, explained below, attempts to address.
193
193
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.
195
195
You can’t perform that action at this time.
0 commit comments