Skip to content

Commit

Permalink
Fix two broken links in the documentation (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwillcode committed Feb 5, 2020
1 parent 6068257 commit 6c2de4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/redaction.md
Expand Up @@ -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.

<a name="paths"></a>
## Path Syntax
Expand Down
2 changes: 1 addition & 1 deletion docs/web.md
Expand Up @@ -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.

Expand Down

0 comments on commit 6c2de4a

Please sign in to comment.