diff --git a/docs/compatibility.md b/docs/compatibility.md index 9686167574..b4129ba502 100644 --- a/docs/compatibility.md +++ b/docs/compatibility.md @@ -223,7 +223,7 @@ For both query params (`params=`) and form data (`data=`), `requests` supports s `requests` allows event hooks to mutate `Request` and `Response` objects. See [examples](https://requests.readthedocs.io/en/master/user/advanced/#event-hooks) given in the documentation for `requests`. -In HTTPX, event hooks may access properties of requests and responses, but event hook callbacks cannot mutate the original request/response. +In HTTPX, [event hooks](advanced/event-hooks.md) may access properties of requests and responses, but event hook callbacks cannot mutate the original request/response. If you are looking for more control, consider checking out [Custom Transports](advanced/transports.md#custom-transports).