From 2e5205e9e891473f16503f4046d85d34431402f7 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sun, 9 Apr 2023 14:01:36 -0400 Subject: [PATCH] Link to recipes catalogue instead of Gitea repo list --- docs/glossary/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/glossary/index.md b/docs/glossary/index.md index 95a0022..a85e964 100644 --- a/docs/glossary/index.md +++ b/docs/glossary/index.md @@ -40,7 +40,7 @@ A [Docker](#docker) related concept: a virtual network created on the server mac ## Recipe -A recipe is what we call the configuration files that are used to deploy an [app](#app). When you run `abra app deploy `, `abra` is reading a recipe configuration, such as [the gitea recipe](https://git.coopcloud.tech/coop-cloud/gitea), in order to know how to deploy a new Gitea instance. When we speak of a "digital configuration commons", we're primarily referring to the [growing collection of recipes](https://git.coopcloud.tech/coop-cloud). +A recipe is what we call the configuration files that are used to deploy an [app](#app). When you run `abra app deploy `, `abra` is reading a recipe configuration, such as [the gitea recipe](https://git.coopcloud.tech/coop-cloud/gitea), in order to know how to deploy a new Gitea instance. When we speak of a "digital configuration commons", we're primarily referring to the [growing collection of recipes](https://recipes.coopcloud.tech). ## Secret