summaryrefslogtreecommitdiff
path: root/docs/user_guide/compatibility.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/user_guide/compatibility.md')
-rw-r--r--docs/user_guide/compatibility.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user_guide/compatibility.md b/docs/user_guide/compatibility.md
index f50e1b0..510530b 100644
--- a/docs/user_guide/compatibility.md
+++ b/docs/user_guide/compatibility.md
@@ -51,7 +51,7 @@ support wrapping an existing session object:
In this case, `FutureSession` must wrap `CachedSession` rather than the other way around, since
`FutureSession` returns (as you might expect) futures rather than response objects.
-See [issue #135](https://github.com/reclosedev/requests-cache/issues/135) for more notes on this.
+See [issue #135](https://github.com/requests-cache/requests-cache/issues/135) for more notes on this.
## Requests-OAuthlib
Usage with [requests-oauthlib](https://github.com/requests/requests-oauthlib) is the same as other