diff --git a/package.json b/package.json index 24a7a62..287e35e 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "abra-apps", "version": "1.0.0", - "description": "Co-op Cloud app catalogue", - "repository": "https://git.coopcloud.tech/coop-cloud/abra-apps", + "description": "Co-op Cloud recipe catalogue", + "repository": "https://git.coopcloud.tech/toolshed/recipes.coopcloud.tech", "scripts": { "start": "npm install && npm run build:dev && npm run dev", "prod": "npm install && npm run build && npm run serve", diff --git a/src/Pages/About.elm b/src/Pages/About.elm index 055983f..611f190 100644 --- a/src/Pages/About.elm +++ b/src/Pages/About.elm @@ -36,7 +36,7 @@ view { params } = let elm_link = a [ href "https://elm-lang.org/" ] [ text "Elm" ] coopcloud_link = a [ href "https://coopcloud.tech/" ] [ text "Co-op Cloud" ] - source_link = a [ href "https://git.coopcloud.tech/coop-cloud/abra-apps" ] [ text "source" ] + source_link = a [ href "https://git.coopcloud.tech/toolshed/recipes.coopcloud.tech" ] [ text "source" ] autonomic_link = a [ href "https://autonomic.zone" ] [ text "Autonomic" ] in { title = "About – Co-op Cloud Recipes"