Skip to content

Commit cdd8203

Browse files
authored
Merge pull request #41 from blag/patch-2
Fix links in README
2 parents 3b37325 + 0c0678d commit cdd8203

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ local web browser during development is also provided.
1717
Dependencies
1818
============
1919

20-
* `python-gnupg <http://code.google.com/p/python-gnupg/>`_ is
20+
* `python-gnupg <https://bitbucket.org/vinay.sajip/python-gnupg>`_ is
2121
required for sending PGP encrypted email.
2222

2323

2424
Installation
2525
============
2626

2727
The easiest way to install django-email-extras is directly from PyPi
28-
using `pip <http://www.pip-installer.org/>`_ by running the command
28+
using `pip <https://pip.pypa.io/en/stable/>`_ by running the command
2929
below::
3030

3131
$ pip install -U django-email-extras
@@ -55,9 +55,9 @@ these functions will PGP encrypt emails as described below.
5555
Sending PGP Encrypted Email
5656
===========================
5757

58-
`PGP explanation <http://en.wikipedia.org/wiki/Pretty_Good_Privacy>`_
58+
`PGP explanation <https://en.wikipedia.org/wiki/Pretty_Good_Privacy>`_
5959

60-
Using `python-gnupg <http://code.google.com/p/python-gnupg/>`_, two
60+
Using `python-gnupg <https://bitbucket.org/vinay.sajip/python-gnupg>`_, two
6161
models are defined in ``email_extras.models`` - ``Key`` and ``Address``
6262
which represent a PGP key and an email address for a successfully
6363
imported key. These models exist purely for the sake of importing
@@ -125,7 +125,7 @@ There are two settings you can configure in your project's
125125
* ``EMAIL_EXTRAS_GNUPG_ENCODING`` - String representing a gnupg encoding.
126126
Defaults to GNUPG ``latin-1`` and could be changed to e.g. ``utf-8``
127127
if needed. Check out
128-
`python-gnupg docs <https://pythonhosted.org/python-gnupg/index.html/>`_
128+
`python-gnupg docs <https://pythonhosted.org/python-gnupg/#getting-started>`_
129129
for more info.
130130
* ``EMAIL_EXTRAS_ALWAYS_TRUST_KEYS`` - Skip key validation and assume
131131
that used keys are always fully trusted.

0 commit comments

Comments
 (0)