Skip to content

Commit ee4f655

Browse files
committed
Fix broken links in documentation.
One dead link, causing test to fail. Several permanent redirects where it is better to use the final destination. The rest
1 parent 2153b5b commit ee4f655

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/source/apis.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Requires `Permission.WRITE_EXTERNAL_STORAGE` to read and write to.
4848
Read more on all the different storage types and what to use them for
4949
in the Android documentation:
5050

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

5353
A note on permissions
5454
~~~~~~~~~~~~~~~~~~~~~
@@ -441,5 +441,5 @@ sometimes a little more involved, particularly if making Java classes
441441
from Python code), but it's not Pythonic and it's not short. These are
442442
problems that Plyer, explained below, attempts to address.
443443

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

doc/source/services.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ the ``android:process`` attribute of the ``AndroidManifest.xml`` file.
1515
This is not the default behavior, see `Android service documentation
1616
<https://developer.android.com/guide/topics/manifest/service-element>`__.
1717
You can communicate with the service process from your app using e.g.
18-
`osc <https://pypi.python.org/pypi/python-osc>`__ or (a heavier option)
18+
`osc <https://pypi.org/project/python-osc/>`__ or (a heavier option)
1919
`twisted <https://twisted.org/>`__.
2020

2121
Service creation

doc/source/troubleshooting.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ in the compilation and packaging steps.
1212

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

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

7272
Unpacking an APK

0 commit comments

Comments
 (0)