Skip to content

Commit cb77c06

Browse files
committed
Merge branch 'master' of github.com:justquick/django-activity-stream
2 parents 8d5ab3e + b7adf8b commit cb77c06

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/data.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ settings.py to enable it.
1010

1111
.. note::
1212

13-
This feature requires that you have `django-jsonfield <https://github.com/bradjasper/django-jsonfield/>`_ installed
13+
This feature requires that you have `django-jsonfield <https://bitbucket.org/schinckel/django-jsonfield/>`_ installed
1414

1515
You can send the custom data as extra keyword arguments to the ``action`` signal.
1616

docs/source/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Install it as you would normally and then modify your settings to use the deprec
6363
Add extra data to actions
6464
-------------------------
6565

66-
If you want to use custom data on your actions, then make sure you have `django-jsonfield <https://github.com/bradjasper/django-jsonfield/>`_ installed
66+
If you want to use custom data on your actions, then make sure you have `django-jsonfield <https://bitbucket.org/schinckel/django-jsonfield/>`_ installed
6767

6868
.. code-block:: bash
6969

0 commit comments

Comments
 (0)