Change link to tiny link, that we can change without an update of umbraco

This commit is contained in:
Bjarke Berg
2021-01-11 07:47:24 +01:00
parent 4ce3271205
commit 533d56227b

View File

@@ -52,7 +52,7 @@ namespace Umbraco.Web.Common.ActionsResults
await response.WriteAsync("<p>" + _message + "</p>");
}
await response.WriteAsync("<p>This page can be replaced with a custom 404. Check the <a target='_blank' href='https://our.umbraco.com/documentation/tutorials/Custom-Error-Pages/'>documentation for \"custom 404\"</a>.</p>");
await response.WriteAsync("<p>This page can be replaced with a custom 404. Check the <a target='_blank' href='https://umbra.co/custom-error-pages'>documentation for \"custom 404\"</a>.</p>");
await response.WriteAsync("<p style=\"border-top: 1px solid #ccc; padding-top: 10px\"><small>This page is intentionally left ugly ;-)</small></p>");
await response.WriteAsync("</body></html>");
}