Skip to content

Commit

Permalink
Update Repo name (#183)
Browse files Browse the repository at this point in the history
updated repo references in readme after repo rename from v2 to v3
  • Loading branch information
fpsampayo authored May 30, 2024
1 parent f196ade commit d1ef6fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Catalunya Offline

[![Frontend tests](https://github.com/OpenICGC/catalunya-offline-v2/actions/workflows/test-frontend.yml/badge.svg)](https://github.com/OpenICGC/catalunya-offline-v2/actions/workflows/test-frontend.yml)
[![Frontend tests](https://github.com/OpenICGC/catalunya-offline-v3/actions/workflows/test-frontend.yml/badge.svg)](https://github.com/OpenICGC/catalunya-offline-v3/actions/workflows/test-frontend.yml)

## Informació

Expand Down
2 changes: 1 addition & 1 deletion doc/desenvolupadors.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

En essència es tracta d'un desenvolupament frontend Javascript que s'encapsula i distrubueix com Apps natives gràcies a Capacitor.

El codi ressideix a: https://github.com/OpenICGC/catalunya-offline-v2
El codi ressideix a: https://github.com/OpenICGC/catalunya-offline-v3

Al README d'aquest repositori hi trobem com preparar l'entorn de treball i executar les tasques habituals. No les repetirem aquí.

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "npm test && webpack --env prod",
"build:android": "npm run build && capacitor sync && capacitor open android",
"build:ios": "npm run build && capacitor sync && capacitor open ios",
"deploy": "npm run build && gh-pages -d dist -r [email protected]:geomatico/catalunya-offline-v2.git",
"deploy": "npm run build && gh-pages -d dist",
"storybook": "start-storybook -s ./static -p 6006",
"storybook:build": "build-storybook",
"lint": "npm run lint:js && npm run lint:i18n",
Expand All @@ -22,12 +22,12 @@
},
"repository": {
"type": "git",
"url": "[email protected]:OpenICGC/catalunya-offline-v2.git"
"url": "[email protected]:OpenICGC/catalunya-offline-v3.git"
},
"author": "geomatico",
"license": "MIT",
"bugs": {
"url": "https://github.com/OpenICGC/catalunya-offline-v2/issues"
"url": "https://github.com/OpenICGC/catalunya-offline-v3/issues"
},
"homepage": "https://icgc.cat/Ciutada/Destacats/Aplicacions-mobils/Catalunya-Offline",
"devDependencies": {
Expand Down

0 comments on commit d1ef6fd

Please sign in to comment.