summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-08-28 03:19:19 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2018-08-28 03:19:19 -0700
commit8a917021e9cf8b3b8503260493b190ed1478d884 (patch)
tree3700b86efa631da075d6100f0554bfc3fc566b6e /README.rst
parent6d0a27856ff5ffef6cedb0cf442cb386edbbbd66 (diff)
downloadappdirs-8a917021e9cf8b3b8503260493b190ed1478d884.tar.gz
Prefer https:// links where available
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index dfafbdf..453eb02 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,5 @@
.. image:: https://secure.travis-ci.org/ActiveState/appdirs.png
- :target: http://travis-ci.org/ActiveState/appdirs
+ :target: https://travis-ci.org/ActiveState/appdirs
the problem
===========
@@ -17,10 +17,10 @@ or possibly::
C:\Documents and Settings\<User>\Application Data\<AppAuthor>\<AppName>
-for `roaming profiles <http://bit.ly/9yl3b6>`_ but that is another story.
+for `roaming profiles <https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-vista/cc766489(v=ws.10)>`_ but that is another story.
On Linux (and other Unices) the dir, according to the `XDG
-spec <http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html>`_, is::
+spec <https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html>`_, is::
~/.local/share/<AppName>