docs: update links on hooks page (#20296)

This commit is contained in:
Lehoczky Zoltán 2023-04-15 12:30:17 +02:00 committed by GitHub
parent 3754591257
commit d48024e71f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ Learn more about [available lifecycle hooks](/docs/api/advanced/hooks)
## Nitro App Hooks (Runtime) ## Nitro App Hooks (Runtime)
These hooks are available for [Nitro plugins](https://nitro.unjs.io/guide/advanced/plugins) to hook into Nitro's runtime behavior. These hooks are available for [Nitro plugins](https://nitro.unjs.io/guide/plugins) to hook into Nitro's runtime behavior.
### Usage within a Nitro Plugin ### Usage within a Nitro Plugin
@ -71,5 +71,5 @@ export default defineNitroPlugin((nitroApp) => {
``` ```
::alert{icon=👉} ::alert{icon=👉}
Learn more about available [Nitro lifecycle hooks](/docs/api/advanced/hooks#nitro-hooks-runtime-server-side). Learn more about available [Nitro lifecycle hooks](/docs/api/advanced/hooks#nitro-app-hooks-runtime-server-side).
:: ::