docs: fix broken links

master
Sébastien Chopin 2020-10-22 14:47:23 +02:00 committed by GitHub
parent bb1014d6af
commit 85b69b3b2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -11,13 +11,13 @@ The `arguments` listed below are those your hook will receive when it's called.
- arguments: `(config)`
See [here](/guide/advanced.html#hooks) for usage.
See [here](/advanced#hooks) for usage.
## `onResponse`
- arguments: `(response)`
See [here](/guide/advanced.html#hooks) for usage.
See [here](/advanced#hooks) for usage.
## `onError`
@ -32,4 +32,4 @@ Available properties:
You can optionally return a value or promise that can resolve for fallback response. If hook returns any value, other hooks **won't** be called.
See [here](/guide/advanced.html#hooks) for usage.
See [here](/advanced#hooks) for usage.