From 8782b78f2108e32b76e24972f7a31c65c8825b58 Mon Sep 17 00:00:00 2001 From: Albert Wang Date: Mon, 4 Dec 2017 21:04:25 -0800 Subject: [PATCH] Fix github silk links to point to jazzband (#230) --- docs/quickstart.rst | 4 ++-- docs/troubleshooting.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 2e42bd30..1417d8b5 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -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 `_ and then install using pip: +You can download a release from `github `_ and then install using pip: .. code-block:: bash @@ -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 diff --git a/docs/troubleshooting.rst b/docs/troubleshooting.rst index 67ab88d6..d16adb8a 100644 --- a/docs/troubleshooting.rst +++ b/docs/troubleshooting.rst @@ -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 `_ for more details and workarounds. +See this `github issue `_ 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 `_ for more information on this. -This `GitHub issue `_ also has information on dealing with middleware problems. \ No newline at end of file +This `GitHub issue `_ also has information on dealing with middleware problems.