Skip to content

Commit

Permalink
Fix github silk links to point to jazzband (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertyw authored and avelis committed Dec 5, 2017
1 parent 48a2a6c commit 8782b78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ And voila! Silk will begin intercepting requests and queries which you can inspe
Other Installation Options
-------

You can download a release from `github <https://github.com/mtford90/silk/releases>`_ and then install using pip:
You can download a release from `github <https://github.com/jazzband/silk/releases>`_ and then install using pip:

.. code-block:: bash
Expand All @@ -60,4 +60,4 @@ You can also install directly from the github repo but please note that this ver

.. code-block:: bash
pip install -e git+https://github.com/mtford90/silk.git#egg=silk
pip install -e git+https://github.com/jazzband/silk.git#egg=silk
4 changes: 2 additions & 2 deletions docs/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ If you see errors like:

Then it's likely your database is not configured correctly for UTF encoding.

See this `github issue <https://github.com/mtford90/silk/issues/21>`_ for more details and workarounds.
See this `github issue <https://github.com/jazzband/silk/issues/21>`_ for more details and workarounds.

Middleware
------

The middleware is placement sensitive. If the middleware before ``silk.middleware.SilkyMiddleware`` returns from ``process_request`` then ``SilkyMiddleware`` will never get the chance to execute. Therefore you must ensure that any middleware placed before never returns anything from ``process_request``. See the `django docs <https://docs.djangoproject.com/en/dev/topics/http/middleware/#process-request>`_ for more information on this.

This `GitHub issue <https://github.com/mtford90/silk/issues/12>`_ also has information on dealing with middleware problems.
This `GitHub issue <https://github.com/jazzband/silk/issues/12>`_ also has information on dealing with middleware problems.

0 comments on commit 8782b78

Please sign in to comment.