Skip to content

Commit

Permalink
Fix broken links (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok authored Oct 1, 2022
1 parent d6a27bc commit f21cf44
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion docs/customization/extra-fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ However, each project may want to display more information such as documentation

!!! tip

Want to try? See the [custom fields](/examples#custom-fields) example!
Want to try? See the [custom fields](../../examples#custom-fields) example!

Steps:

Expand All @@ -41,3 +41,5 @@ Example:
examples/custom-fields/main.go
--8<--
```

![](../assets/examples/screen-custom-fields-.png)
2 changes: 1 addition & 1 deletion docs/customization/pretty/custom-renderer.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ If the custom [formatting](./format.md) and [layout](./layout.md) don't meet you

!!! tip

Want to try? See the [custom renderer](/examples#custom-renderer) example!
Want to try? See the [custom renderer](../../../examples#custom-renderer) example!

```go
func main() {
Expand Down
2 changes: 1 addition & 1 deletion docs/customization/pretty/format.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Format lets you define your own theme and adjust the output to your branding col

!!! tip

Want to try? See the [custom formatting](/examples#custom-formatting) example!
Want to try? See the [custom formatting](../../../examples#custom-formatting) example!

Example usage:

Expand Down
2 changes: 1 addition & 1 deletion docs/customization/pretty/layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ These are the fields that you can access in your Go template definition:

!!! tip

Want to try? See the [custom layout](/examples#custom-layout) example!
Want to try? See the [custom layout](../../../examples#custom-layout) example!

Example usage:

Expand Down
2 changes: 1 addition & 1 deletion docs/customization/upgrade-notice/layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ These are the fields that you can access in your Go template definition:

!!! tip

Want to try? See the [custom layout](/examples/#printer-upgrade-notice) example!
Want to try? See the [custom layout](../../../examples/#printer-upgrade-notice) example!

Example usage:

Expand Down

0 comments on commit f21cf44

Please sign in to comment.