From 2a131a57d216432d3d1a008866c56411bb46a627 Mon Sep 17 00:00:00 2001 From: Jesper Mayntzhusen <79840720+jemayn@users.noreply.github.com> Date: Thu, 30 Oct 2025 08:44:13 +0100 Subject: [PATCH] Update README.md --- 16/umbraco-cms/reference/routing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/16/umbraco-cms/reference/routing/README.md b/16/umbraco-cms/reference/routing/README.md index ec399757c96..c0fd78c7241 100644 --- a/16/umbraco-cms/reference/routing/README.md +++ b/16/umbraco-cms/reference/routing/README.md @@ -12,7 +12,7 @@ All about Umbraco's routing pipeline & the types of Controllers used in Umbraco, Explains how Umbraco builds its URLs and how the URLs are mapped back to content items. -## [Routing Properties](./) +## [Routing Properties](routing-properties.md) Describes the Umbraco special/reserved Property Type aliases that can be used to directly manipulate Umbraco's default routing pipeline. These special Property Type aliases can be useful when creating an Umbraco website.