From 6c2de4ad73cefba5c0c9ba4c63dbce9bc1b88c39 Mon Sep 17 00:00:00 2001 From: pwillcode Date: Wed, 5 Feb 2020 10:08:09 -0800 Subject: [PATCH] Fix two broken links in the documentation (#769) --- docs/redaction.md | 2 +- docs/web.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/redaction.md b/docs/redaction.md index 200f8c9a6..ea8753127 100644 --- a/docs/redaction.md +++ b/docs/redaction.md @@ -93,7 +93,7 @@ This will output {"level":30,"time":1527782356751,"pid":5758,"hostname":"Davids-MacBook-Pro-3.local","path":{"to":{"another":"thing"}},"stuff":{"thats":[{"logme":"will be logged"},{"logme":"as will this"}]},"v":1} ``` -See [pino options in API](api.md#pino) for `redact` API details. +See [pino options in API](/docs/api.md#redact-array-object) for `redact` API details. ## Path Syntax diff --git a/docs/web.md b/docs/web.md index 8871a4818..b8f989046 100644 --- a/docs/web.md +++ b/docs/web.md @@ -29,7 +29,7 @@ fastify.get('/', async (request, reply) => { ``` The `logger` option can also be set to an object, which will be passed through directly -as the [`pino` options object](api.md#options). +as the [`pino` options object](/docs/api.md#options-object). See the [fastify documentation](https://www.fastify.io/docs/latest/Logging/) for more information.