From 44ac4fbe45ac0d1b22a2018972fa71a07ba8e385 Mon Sep 17 00:00:00 2001 From: Roberto Bianchi Date: Wed, 14 Feb 2024 08:16:24 +0100 Subject: [PATCH] docs(ts): Fix links (#5308) * chore(ts): Fix links Signed-off-by: Roberto Bianchi * Use absolute URLs Signed-off-by: Roberto Bianchi * Revert Signed-off-by: Roberto Bianchi --------- Signed-off-by: Roberto Bianchi --- docs/Reference/TypeScript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Reference/TypeScript.md b/docs/Reference/TypeScript.md index 3fa07159e2..d339ef83c7 100644 --- a/docs/Reference/TypeScript.md +++ b/docs/Reference/TypeScript.md @@ -1093,7 +1093,7 @@ server.get('/', async (request, reply) => { ``` If you want to see a detailed example of using this interface check out the -Learn by Example section: [JSON Schema](#jsonschema). +Learn by Example section: [JSON Schema](#json-schema). ##### fastify.RawRequestDefaultExpression\<[RawServer][RawServerGeneric]\> [src](https://github.com/fastify/fastify/blob/main/types/utils.d.ts#L23)