diff --git a/docs/content/1.get-started/3.tips/5.headers.md b/docs/content/1.get-started/3.tips/5.headers.md index f31f130..626840b 100644 --- a/docs/content/1.get-started/3.tips/5.headers.md +++ b/docs/content/1.get-started/3.tips/5.headers.md @@ -4,7 +4,7 @@ title: Headers # Headers -We can use the built-in `useRequestHeaders` to set outgoing request headers: +We can use the built-in [useRequestHeaders](https://v3.nuxtjs.org/api/composables/use-request-headers/) to set outgoing request headers: ```ts [plugins/client.ts] export default defineNuxtPlugin(() => {