Skip to content

Commit

Permalink
Merge branch 'master' of github.com:justquick/django-activity-stream
Browse files Browse the repository at this point in the history
  • Loading branch information
justquick committed Mar 6, 2016
2 parents 8d5ab3e + b7adf8b commit cb77c06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ settings.py to enable it.

.. note::

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

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

Expand Down
2 changes: 1 addition & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Install it as you would normally and then modify your settings to use the deprec
Add extra data to actions
-------------------------

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

.. code-block:: bash
Expand Down

0 comments on commit cb77c06

Please sign in to comment.