Skip to content

Commit f204cc2

Browse files
committed
Updated 404 and 500 section urls
1 parent 0f838ff commit f204cc2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Custom error handling might make your site look more on-brand and minimize the i
88

99
This article contains guides on how to create custom error pages for the following types of errors:
1010

11-
* [404 errors ("Page not found")](custom-error-page.md#404-errors)
11+
* [404 errors ("Page not found")](custom-error-page.md#id-404-errors)
1212
* [Maintenance Page](custom-error-page.md#maintenance-page)
1313

1414
## In-code error page handling

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Custom error handling might make your site look more on-brand and minimize the i
88

99
This article contains guides on how to create custom error pages for the following types of errors:
1010

11-
* [404 errors ("Page not found")](custom-error-page.md#404-errors)
12-
* [500 errors ("Internal Server Error")](custom-error-page.md#500-errors)
11+
* [404 errors ("Page not found")](custom-error-page.md#id-404-errors)
12+
* [500 errors ("Internal Server Error")](custom-error-page.md#id-500-errors)
1313
* [Maintenance Page](custom-error-page.md#maintenance-page)
1414

1515
## In-code error page handling

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ 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")](custom-error-page.md#404-errors)
19+
* [404 errors ("Page not found")](custom-error-page.md#id-404-errors)
2020
* [500 errors ("Internal Server Error")](custom-error-page.md#id-500-errors)
2121
* [Boot Failed errors](custom-error-page.md#errors-with-booting-a-project)
2222

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ 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")](custom-error-page.md#404-errors)
19+
* [404 errors ("Page not found")](custom-error-page.md#id-404-errors)
2020
* [500 errors ("Internal Server Error")](custom-error-page.md#id-500-errors)
2121
* [Boot Failed errors](custom-error-page.md#errors-with-booting-a-project)
2222

0 commit comments

Comments
 (0)