From 7fdaa05b75bd972a0f64ec92a81edc3a087e0c49 Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Mon, 27 Nov 2023 15:27:29 -0800 Subject: [PATCH] Add additional info on extenders Signed-off-by: Aaron Crawfis --- docs/content/guides/author-apps/custom/howto-extenders/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guides/author-apps/custom/howto-extenders/index.md b/docs/content/guides/author-apps/custom/howto-extenders/index.md index 16a33d3f0..68d05dd74 100644 --- a/docs/content/guides/author-apps/custom/howto-extenders/index.md +++ b/docs/content/guides/author-apps/custom/howto-extenders/index.md @@ -6,7 +6,7 @@ description: "Learn how to use extenders in an application" weight: 300 --- -This guide will walk you through how to use extenders in an application to model any resource. +This guide will walk you through how to use an [extender]({{< ref "/guides/author-apps/custom/overview#extenders >}}) in an application to model resources beyond those currently built into Radius. These might be abstractions or resources unique to your organization, or resources that don't yet have a native Radius type. ## Prerequisites