From 2306705eed8dd81909b5825a1454213035dfd199 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Mon, 10 Aug 2026 10:22:14 +0200 Subject: [PATCH] fix: Update link to v0 example recipe --- docs/maintainer/adding_pkgs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/maintainer/adding_pkgs.mdx b/docs/maintainer/adding_pkgs.mdx index 73e50a93d1a..e92e4e0da1d 100644 --- a/docs/maintainer/adding_pkgs.mdx +++ b/docs/maintainer/adding_pkgs.mdx @@ -67,7 +67,7 @@ There are, currently, three ways to generate a recipe: You do _not_ necessarily have to use `grayskull`, and the recipes produced by `grayskull` might need to be reviewed and edited. Read more about `grayskull` and how to use it [here](https://github.com/conda-incubator/grayskull#introduction). -3. If it's none of the above, generate a recipe with the help of [the example v1 recipe](https://github.com/conda-forge/staged-recipes/tree/main/recipes/example-v1) (or [the example v0 recipe](https://github.com/conda-forge/staged-recipes/tree/main/recipes/example), if you wish to use the v0 format) in the [staged-recipes repository](https://github.com/conda-forge/staged-recipes) and modify it as necessary. +3. If it's none of the above, generate a recipe with the help of [the example v1 recipe](https://github.com/conda-forge/staged-recipes/tree/main/recipes/example-v1) (or [the example v0 recipe](https://github.com/conda-forge/staged-recipes/tree/main/recipes/example-v0-deprecated), if you wish to use the v0 format) in the [staged-recipes repository](https://github.com/conda-forge/staged-recipes) and modify it as necessary. Your final recipe should have no comments (unless they're actually relevant to the recipe, and not generic instruction comments), and follow the order in the example.