From 21fa9a3d437d15fcfad30a6b784250008c808f7b Mon Sep 17 00:00:00 2001 From: Will Tsai <28876888+willtsai@users.noreply.github.com> Date: Fri, 5 Apr 2024 16:03:07 -0700 Subject: [PATCH 1/2] add Connections crosslinks to Existing app tutorial Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com> --- docs/content/tutorials/tutorial-add-radius/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/tutorials/tutorial-add-radius/index.md b/docs/content/tutorials/tutorial-add-radius/index.md index 6f5a3bd12..bffc6e2dd 100644 --- a/docs/content/tutorials/tutorial-add-radius/index.md +++ b/docs/content/tutorials/tutorial-add-radius/index.md @@ -321,4 +321,5 @@ This output shows that Radius has detected the three container resources in the - To learn more about authoring Radius applications, visit the [Authoring applications guide]({{< ref "guides/author-apps" >}}) - To learn more about deploying applications using Radius, visit the [Deploying applications guide]({{< ref "guides/deploy-apps" >}}) +- To learn more about using [Radius Connections]({{< ref "guides/author-apps/containers/overview#connections" >}}) to connect your containers and resources, visit the [Connect to dependencies guide]({{< ref "guides/author-apps/containers/howto-connect-dependencies" >}}) - To learn more about Radius Recipes, visit the [Recipes guide]({{< ref "guides/recipes" >}}) From 694db2d54b6fc019867daa62430a8c8c49eb79d9 Mon Sep 17 00:00:00 2001 From: Will Tsai <28876888+willtsai@users.noreply.github.com> Date: Mon, 22 Apr 2024 17:00:35 -0700 Subject: [PATCH 2/2] add more crosslinks Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com> --- docs/content/tutorials/tutorial-add-radius/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorials/tutorial-add-radius/index.md b/docs/content/tutorials/tutorial-add-radius/index.md index bffc6e2dd..7c8a09f0c 100644 --- a/docs/content/tutorials/tutorial-add-radius/index.md +++ b/docs/content/tutorials/tutorial-add-radius/index.md @@ -321,5 +321,5 @@ This output shows that Radius has detected the three container resources in the - To learn more about authoring Radius applications, visit the [Authoring applications guide]({{< ref "guides/author-apps" >}}) - To learn more about deploying applications using Radius, visit the [Deploying applications guide]({{< ref "guides/deploy-apps" >}}) -- To learn more about using [Radius Connections]({{< ref "guides/author-apps/containers/overview#connections" >}}) to connect your containers and resources, visit the [Connect to dependencies guide]({{< ref "guides/author-apps/containers/howto-connect-dependencies" >}}) +- To learn more about using the [Radius Connections]({{< ref "guides/author-apps/containers/overview#connections" >}}) annotations to connect your containers and resources, visit the [Radius Helm tutorial]({{< ref "tutorials/helm#step-6-add-connection" >}}) - To learn more about Radius Recipes, visit the [Recipes guide]({{< ref "guides/recipes" >}})