From 37b2c708ddc1af46167d4605dc3609b6669fe16e Mon Sep 17 00:00:00 2001 From: Richard Ockerby Date: Thu, 10 Apr 2025 22:11:01 +0100 Subject: [PATCH 1/2] Fix link in Extension Registry --- .../customizing/extending-overview/extension-registry/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/umbraco-cms/customizing/extending-overview/extension-registry/README.md b/15/umbraco-cms/customizing/extending-overview/extension-registry/README.md index 0a2ce0548c2..aab38044008 100644 --- a/15/umbraco-cms/customizing/extending-overview/extension-registry/README.md +++ b/15/umbraco-cms/customizing/extending-overview/extension-registry/README.md @@ -14,6 +14,6 @@ The extension registry is a global registry that can be accessed and changed at Each Extension Manifest has to declare its type, this is used to determine where it hooks into the system. It also looks at what data is required to declare within it. -## [Replace, Exclude or Unregistere](./#replace-exclude-or-unregistere) +## [Replace, Exclude or Unregister](./#replace-exclude-or-unregister) Once you understand how to declare your own, you may want to replace or remove existing. From f326a9a52fcd954f847d7dd2e4c15bff93864bab Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Fri, 11 Apr 2025 09:10:26 +0200 Subject: [PATCH 2/2] Update 15/umbraco-cms/customizing/extending-overview/extension-registry/README.md --- .../customizing/extending-overview/extension-registry/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/umbraco-cms/customizing/extending-overview/extension-registry/README.md b/15/umbraco-cms/customizing/extending-overview/extension-registry/README.md index aab38044008..2cfe16b7c31 100644 --- a/15/umbraco-cms/customizing/extending-overview/extension-registry/README.md +++ b/15/umbraco-cms/customizing/extending-overview/extension-registry/README.md @@ -14,6 +14,6 @@ The extension registry is a global registry that can be accessed and changed at Each Extension Manifest has to declare its type, this is used to determine where it hooks into the system. It also looks at what data is required to declare within it. -## [Replace, Exclude or Unregister](./#replace-exclude-or-unregister) +## [Replace, Exclude, or Unregister](replace-exclude-or-unregister.md) Once you understand how to declare your own, you may want to replace or remove existing.