Skip to content

Commit

Permalink
Fix broken links in documentation.
Browse files Browse the repository at this point in the history
One dead link, causing test to fail.
Several permanent redirects where it is better to use the final destination.

The rest
  • Loading branch information
Julian-O committed Oct 15, 2023
1 parent 2153b5b commit ee4f655
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/source/apis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Requires `Permission.WRITE_EXTERNAL_STORAGE` to read and write to.
Read more on all the different storage types and what to use them for
in the Android documentation:

https://developer.android.com/training/data-storage/files
https://developer.android.com/training/data-storage

A note on permissions
~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -441,5 +441,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 <https://pyjnius.readthedocs.io/en/stable/>`_ for further details.
You can check the `Pyjnius documentation <https://pyjnius.readthedocs.io/en/latest/>`_ for further details.

2 changes: 1 addition & 1 deletion doc/source/services.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ the ``android:process`` attribute of the ``AndroidManifest.xml`` file.
This is not the default behavior, see `Android service documentation
<https://developer.android.com/guide/topics/manifest/service-element>`__.
You can communicate with the service process from your app using e.g.
`osc <https://pypi.python.org/pypi/python-osc>`__ or (a heavier option)
`osc <https://pypi.org/project/python-osc/>`__ or (a heavier option)
`twisted <https://twisted.org/>`__.

Service creation
Expand Down
4 changes: 2 additions & 2 deletions doc/source/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ in the compilation and packaging steps.

If reporting a problem by email or Discord, it is usually helpful to
include this full log, e.g. via a `pastebin
<http://paste.ubuntu.com/>`_ or `Github gist
<https://pastebin.ubuntu.com/>`_ or `Github gist
<https://gist.github.com/>`_.

Getting help
Expand Down Expand Up @@ -66,7 +66,7 @@ devices`` to get the list of connected devices.
For further information, see the Android docs on `adb
<https://developer.android.com/tools/adb>`_, and
on `logcat
<https://developer.android.com/studio/command-line/logcat>`_ in
<https://developer.android.com/tools/logcat>`_ in
particular.

Unpacking an APK
Expand Down

0 comments on commit ee4f655

Please sign in to comment.