Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 10/umbraco-cms/tutorials/custom-error-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Custom error handling might make your site look more on-brand and minimize the i

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

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

## In-code error page handling
Expand Down
4 changes: 2 additions & 2 deletions 13/umbraco-cms/tutorials/custom-error-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Custom error handling might make your site look more on-brand and minimize the i

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

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

## In-code error page handling
Expand Down
2 changes: 1 addition & 1 deletion 14/umbraco-cms/tutorials/custom-error-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In Umbraco, in-code error page handling refers to managing and displaying custom

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

* [404 errors ("Page not found")](custom-error-page.md#404-errors)
* [404 errors ("Page not found")](custom-error-page.md#id-404-errors)
* [500 errors ("Internal Server Error")](custom-error-page.md#id-500-errors)
* [Boot Failed errors](custom-error-page.md#errors-with-booting-a-project)

Expand Down
2 changes: 1 addition & 1 deletion 15/umbraco-cms/tutorials/custom-error-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In Umbraco, in-code error page handling refers to managing and displaying custom

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

* [404 errors ("Page not found")](custom-error-page.md#404-errors)
* [404 errors ("Page not found")](custom-error-page.md#id-404-errors)
* [500 errors ("Internal Server Error")](custom-error-page.md#id-500-errors)
* [Boot Failed errors](custom-error-page.md#errors-with-booting-a-project)

Expand Down