From 023ec315bd796ae9784b40a4bd5c0132b309b595 Mon Sep 17 00:00:00 2001 From: Karishma Chawla Date: Tue, 16 Jul 2024 18:10:36 -0700 Subject: [PATCH] Update Recipes overview link (#69) Signed-off-by: Karishma Chawla --- docs/contributing/contributing-recipes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contributing/contributing-recipes.md b/docs/contributing/contributing-recipes.md index d1e4c06..744b613 100644 --- a/docs/contributing/contributing-recipes.md +++ b/docs/contributing/contributing-recipes.md @@ -7,7 +7,7 @@ This section describes the guidelines for contributing code / docs to Radius Rec To write your first recipe, follow the steps below: 1. Familiarize yourself with the IaC language of your choice [Bicep](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/overview?tabs=bicep) or [Terraform](https://developer.hashicorp.com/terraform) -1. Familiarize yourself with the Radius [Recipe](https://docs.radapp.io/recipes) concept +1. Familiarize yourself with the Radius [Recipe](https://docs.radapp.io/guides/recipes) concept 1. Familiarize yourself with the [supported resource types](https://docs.radapp.io/guides/recipes/overview/#supported-resources) to write recipes for. 1. Review the existing recipes in this repository to understand the structure and best practices 1. Follow this [how-to guide](https://docs.radapp.io/guides/recipes/howto-author-recipes/) to write your first recipe, register your recipe in the environment. @@ -117,4 +117,4 @@ All contributions come through pull requests. To submit a proposed change, we re #### Use work-in-progress PRs for early feedback -A good way to communicate before investing too much time is to create a draft PR and share it with your reviewers. The standard way of doing this is to mark your PR as draft within GitHub. \ No newline at end of file +A good way to communicate before investing too much time is to create a draft PR and share it with your reviewers. The standard way of doing this is to mark your PR as draft within GitHub.