M README.md => README.md +1 -1
@@ 32,7 32,7 @@ This client uses [Leaflet](https://leafletjs.com/) and [OpenStreetMap](https://w
## Build the app yourself
-1. `git clone https://codeberg.org/fmac/cordova-gmcmap.git`
+1. Clone the repo
2. `cd cordova-gmcmap`
3. `mkdir www`
4. `npm i`
M package.json => package.json +3 -3
@@ 45,7 45,7 @@
"vue-template-compiler": "^2.6.11"
},
"_id": "xyz.fmac.gmcmap@0.2.0",
- "bugs": "https://codeberg.org/fmac/gmcmap-cordova/issues",
+ "bugs": "https://todo.sr.ht/~fmac/gmcmap-app",
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {}
@@ 55,11 55,11 @@
]
},
"displayName": "GMC Map",
- "homepage": "https://codeberg.org/fmac/gmcmap-cordova",
+ "homepage": "https://sr.ht/~fmac/gmcmap-app",
"keywords": [
"ecosystem:cordova"
],
"license": "Apache-2.0",
"readme": "README.md",
- "repository": "git@codeberg.org:fmac/gmcmap-cordova.git"
+ "repository": "git@git.sr.ht:~fmac/gmcmap-app"
}
M src/views/About.vue => src/views/About.vue +1 -1
@@ 16,7 16,7 @@
<span class="ml-1">← ☢️ Check out the official website.</span>
<br />
<br />
- <a href="https://codeberg.org/fmac/cordova-gmcmap/issues">
+ <a href="https://todo.sr.ht/~fmac/gmcmap-app">
<b-button variant="danger">Issues</b-button>
</a>
<span class="ml-2">← 🐛 Found a bug? Report it!</span>