Skip to content

Commit

Permalink
docs(ts): Fix links (#5308)
Browse files Browse the repository at this point in the history
* chore(ts): Fix links

Signed-off-by: Roberto Bianchi <roberto.bianchi@spendesk.com>

* Use absolute URLs

Signed-off-by: Roberto Bianchi <roberto.bianchi@spendesk.com>

* Revert

Signed-off-by: Roberto Bianchi <roberto.bianchi@spendesk.com>

---------

Signed-off-by: Roberto Bianchi <roberto.bianchi@spendesk.com>
  • Loading branch information
rozzilla committed Feb 14, 2024
1 parent f4b9a2a commit 44ac4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Reference/TypeScript.md
Expand Up @@ -1093,7 +1093,7 @@ server.get<requestGeneric>('/', 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)
Expand Down

0 comments on commit 44ac4fb

Please sign in to comment.