Skip to content

Commit 3988980

Browse files
committed
Fixed broken reference
1 parent 5326e3f commit 3988980

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

14/umbraco-cms/tutorials/custom-error-page.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ In Umbraco, in-code error page handling refers to managing and displaying custom
1616

1717
This article contains guides on how to create custom error pages for the most common scenarios:
1818

19-
* [404 Errors ("Page not found")](#404-errors)
20-
* [500 Errors ("Internal Server Error")](#500-errors)
19+
* [404 Errors ("Page not found")](#id-404-errors)
20+
* [500 Errors ("Internal Server Error")](#id-500-errors)
2121
* [Boot Failed Errors](#boot-failed-errors)
2222

2323
{% hint style="info" %}

15/umbraco-cms/tutorials/custom-error-page.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ In Umbraco, in-code error page handling refers to managing and displaying custom
1616

1717
This article contains guides on how to create custom error pages for the most common scenarios:
1818

19-
* [404 Errors ("Page not found")](#404-errors)
20-
* [500 Errors ("Internal Server Error")](#500-errors)
19+
* [404 Errors ("Page not found")](#id-404-errors)
20+
* [500 Errors ("Internal Server Error")](#id-500-errors)
2121
* [Boot Failed Errors](#boot-failed-errors)
2222

2323
{% hint style="info" %}

16/umbraco-cms/tutorials/custom-error-page.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ In Umbraco, in-code error page handling refers to managing and displaying custom
1616

1717
This article contains guides on how to create custom error pages for the most common scenarios:
1818

19-
* [404 Errors ("Page not found")](#404-errors)
20-
* [500 Errors ("Internal Server Error")](#500-errors)
19+
* [404 Errors ("Page not found")](#id-404-errors)
20+
* [500 Errors ("Internal Server Error")](#id-500-errors)
2121
* [Boot Failed Errors](#boot-failed-errors)
2222

2323
{% hint style="info" %}

0 commit comments

Comments
 (0)