Skip to content

Commit 44ac4fb

Browse files
authored
docs(ts): Fix links (fastify#5308)
* chore(ts): Fix links Signed-off-by: Roberto Bianchi <[email protected]> * Use absolute URLs Signed-off-by: Roberto Bianchi <[email protected]> * Revert Signed-off-by: Roberto Bianchi <[email protected]> --------- Signed-off-by: Roberto Bianchi <[email protected]>
1 parent f4b9a2a commit 44ac4fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Reference/TypeScript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ server.get<requestGeneric>('/', async (request, reply) => {
10931093
```
10941094
10951095
If you want to see a detailed example of using this interface check out the
1096-
Learn by Example section: [JSON Schema](#jsonschema).
1096+
Learn by Example section: [JSON Schema](#json-schema).
10971097
10981098
##### fastify.RawRequestDefaultExpression\<[RawServer][RawServerGeneric]\>
10991099
[src](https://github.com/fastify/fastify/blob/main/types/utils.d.ts#L23)

0 commit comments

Comments
 (0)