Update repo URL
This commit is contained in:
parent
9d12b65e5b
commit
addb27ba5a
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "abra-apps",
|
"name": "abra-apps",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Co-op Cloud app catalogue",
|
"description": "Co-op Cloud recipe catalogue",
|
||||||
"repository": "https://git.coopcloud.tech/coop-cloud/abra-apps",
|
"repository": "https://git.coopcloud.tech/toolshed/recipes.coopcloud.tech",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "npm install && npm run build:dev && npm run dev",
|
"start": "npm install && npm run build:dev && npm run dev",
|
||||||
"prod": "npm install && npm run build && npm run serve",
|
"prod": "npm install && npm run build && npm run serve",
|
||||||
|
@ -36,7 +36,7 @@ view { params } =
|
|||||||
let
|
let
|
||||||
elm_link = a [ href "https://elm-lang.org/" ] [ text "Elm" ]
|
elm_link = a [ href "https://elm-lang.org/" ] [ text "Elm" ]
|
||||||
coopcloud_link = a [ href "https://coopcloud.tech/" ] [ text "Co-op Cloud" ]
|
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" ]
|
autonomic_link = a [ href "https://autonomic.zone" ] [ text "Autonomic" ]
|
||||||
in
|
in
|
||||||
{ title = "About – Co-op Cloud Recipes"
|
{ title = "About – Co-op Cloud Recipes"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user