Skip to content

Commit f21cf44

Browse files
authored
Fix broken links (#55)
1 parent d6a27bc commit f21cf44

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

docs/customization/extra-fields.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ However, each project may want to display more information such as documentation
2323

2424
!!! tip
2525

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

2828
Steps:
2929

@@ -41,3 +41,5 @@ Example:
4141
examples/custom-fields/main.go
4242
--8<--
4343
```
44+
45+
![](../assets/examples/screen-custom-fields-.png)

docs/customization/pretty/custom-renderer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ If the custom [formatting](./format.md) and [layout](./layout.md) don't meet you
44

55
!!! tip
66

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

99
```go
1010
func main() {

docs/customization/pretty/format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Format lets you define your own theme and adjust the output to your branding col
1010

1111
!!! tip
1212

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

1515
Example usage:
1616

docs/customization/pretty/layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ These are the fields that you can access in your Go template definition:
2323

2424
!!! tip
2525

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

2828
Example usage:
2929

docs/customization/upgrade-notice/layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ These are the fields that you can access in your Go template definition:
1818

1919
!!! tip
2020

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

2323
Example usage:
2424

0 commit comments

Comments
 (0)