summaryrefslogtreecommitdiff
path: root/CHANGES.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 /CHANGES.rst
parent6d0a27856ff5ffef6cedb0cf442cb386edbbbd66 (diff)
downloadappdirs-8a917021e9cf8b3b8503260493b190ed1478d884.tar.gz
Prefer https:// links where available
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 55f5349..c2b680c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -56,7 +56,7 @@ appdirs 1.1.0
- [issue 4] Add ``AppDirs.user_log_dir``.
- [Unix, issue 2, issue 7] appdirs now conforms to `XDG base directory spec
- <http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html>`_.
+ <https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html>`_.
- [Mac, issue 5] Fix ``site_data_dir()`` on Mac.
- [Mac] Drop use of 'Carbon' module in favour of hardcoded paths; supports
Python3 now.
@@ -83,10 +83,10 @@ appdirs 1.0.1 (never released)
------------------------------
Started this changelog 27 July 2010. Before that this module originated in the
-`Komodo <http://www.activestate.com/komodo>`_ product as ``applib.py`` and then
+`Komodo <https://www.activestate.com/komodo-ide>`_ product as ``applib.py`` and then
as `applib/location.py
-<http://github.com/ActiveState/applib/blob/master/applib/location.py>`_ (used by
-`PyPM <http://code.activestate.com/pypm/>`_ in `ActivePython
-<http://www.activestate.com/activepython>`_). This is basically a fork of
+<https://github.com/ActiveState/applib/blob/master/applib/location.py>`_ (used by
+`PyPM <https://code.activestate.com/pypm/>`_ in `ActivePython
+<https://www.activestate.com/activepython>`_). This is basically a fork of
applib.py 1.0.1 and applib/location.py 1.0.1.