Skip to content

Commit 4043f13

Browse files
jhhayashiclaudep
authored andcommitted
Replace Heroku link with link to example app code
Closes #442
1 parent af9c47a commit 4043f13

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ project by forking the repository and sending some pull requests. The package
3131
is translated into English, Dutch and other languages. Please contribute your
3232
own language using Transifex_.
3333

34-
Test drive this app through the online `example app`_, hosted by Heroku_. It
35-
demos most features except the Twilio integration. The example also includes
36-
django-user-sessions_ for providing Django sessions with a foreign key to the
37-
user. Although the package is optional, it improves account security control
38-
over ``django.contrib.sessions``.
34+
Test drive this app through the `example app`_. It demos most features except
35+
the Twilio integration. The example also includes django-user-sessions_ for
36+
providing Django sessions with a foreign key to the user. Although the package
37+
is optional, it improves account security control over
38+
``django.contrib.sessions``.
3939

4040
Compatible with modern Django versions. At the moment of writing that's
4141
including 2.2, 3.1, 3.2, and 4.0 on Python 3.7, 3.8, 3.9 and 3.10.
@@ -64,18 +64,18 @@ Read the `contribution guidelines`_.
6464
See Also
6565
========
6666
Have a look at django-user-sessions_ for Django sessions with a foreign key to
67-
the user. This package is also included in the online `example app`_.
67+
the user. This package is also included in the `example app`_.
6868

6969

7070
License
7171
=======
7272
The project is licensed under the MIT license.
7373

74-
.. _`example app`: https://example-two-factor-auth.herokuapp.com
74+
.. _`example app`:
75+
https://github.com/jazzband/django-two-factor-auth/tree/master/example
7576
.. _django-otp: https://pypi.org/project/django-otp/
7677
.. _Transifex: https://www.transifex.com/projects/p/django-two-factor-auth/
7778
.. _Twilio: https://www.twilio.com/
78-
.. _Heroku: https://www.heroku.com
7979
.. _contribution guidelines:
8080
https://github.com/jazzband/django-two-factor-auth/blob/master/CONTRIBUTING.rst
8181
.. _django-user-sessions: https://pypi.org/project/django-user-sessions/

0 commit comments

Comments
 (0)