Skip to content

Commit 031982d

Browse files
committed
fix website url
1 parent 5ffc61a commit 031982d

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget id="io.github.fieldmapper" version="1.0.0-beta" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget id="io.github.fieldmapperapp" version="1.0.0-beta" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>FieldMapper</name>
44
<description>
5-
Toolbox for the collection of geotagged data in the context of fieldwork.
5+
Fieldwork toolbox for the collection of geotagged data.
66
</description>
77
<author email="felix-schott@gmx.de">
88
Felix Schott

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "helloworld",
2+
"name": "fieldmapper",
33
"displayName": "FieldMapper",
44
"version": "1.0.0",
5-
"description": "<insert desctiption>",
5+
"description": "Fieldwork toolbox for the collection of geotagged data.",
66
"main": "index.js",
77
"scripts": {
88
"test": "echo \"Error: no test specified\" && exit 1"

www/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h2>Reset</h2>
6161
<div id="about">
6262
<div id="about-content">
6363
<p>Thanks for using FieldMapper.</p>
64-
<p>Visit the <a href="https://fieldmapper.github.io">project website</a> for an
64+
<p>Visit the <a href="https://fieldmapperapp.github.io">project website</a> for an
6565
extensive
6666
documentation.</p>
6767
</div>
@@ -70,7 +70,7 @@ <h2>Reset</h2>
7070
|
7171
Published
7272
under
73-
<a href="https://github.com/felluksch/FieldMapper/blob/master/LICENSE">GNU GPLv3</a></p>
73+
<a href="https://github.com/FieldMapperApp/FieldMapper/blob/master/LICENSE">GNU GPLv3</a></p>
7474
</div>
7575
</div>
7676
</div>

0 commit comments

Comments
 (0)