Skip to content

Commit b25e083

Browse files
move to new github org (#116)
* move to new github org * rename GitHub org --------- Co-authored-by: Tom Kralidis <tomkralidis@gmail.com>
1 parent fc9595f commit b25e083

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
`wis2box-ui` is the user interface for the [wis2box](https://docs.wis2box.wis.wmo.int)
44

5-
Please direct all issues to the [main wis2box issue tracker](https://github.com/wmo-im/wis2box/issues)
5+
Please direct all issues to the [main wis2box issue tracker](https://github.com/World-Meteorological-Organization/wis2box/issues)
66

77
## Environment Variables
88

@@ -46,7 +46,7 @@ To add a supported locale to wis2box-ui, create a branch of wis2box-ui and navig
4646
#### Example: creating an entry for German (de):
4747

4848
```
49-
git clone https://github.com/wmo-im/wis2box-ui.git
49+
git clone https://github.com/World-Meteorological-Organization/wis2box-ui.git
5050
cd ./src/locales
5151
cp _template.json de.json
5252
```
@@ -74,7 +74,7 @@ git push origin main
7474
git tag -a x.y.z -m 'tagging release version x.y.z'
7575
git push --tags
7676

77-
# publish release on GitHub (https://github.com/wmo-im/wis2box-ui/releases/new)
77+
# publish release on GitHub (https://github.com/World-Meteorological-Organization/wis2box-ui/releases/new)
7878
```
7979

8080
### Code Conventions

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<meta name="author" content="wis2box">
1212
<meta property="og:title" content="WIS 2.0 node in a box">
1313
<meta property="og:type" content="website">
14-
<meta property="og:url" content="https://github.com/wmo-im/wis2box">
14+
<meta property="og:url" content="https://github.com/World-Meteorological-Organization/wis2box">
1515
<meta name="og:description"
1616
content="WIS 2.0 node in a box provides a platform with the capabilities for centres to integrate their data holdings and publish them to the WMO Information System with a plug and play capability supporting data publishing, discovery and access.">
1717
</head>

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"wmo",
77
"wis 2.0"
88
],
9-
"homepage": "https://github.com/wmo-im/wis2box-ui",
9+
"homepage": "https://github.com/World-Meteorological-Organization/wis2box-ui",
1010
"documentation": "https://docs.wis2box.wis.wmo.int",
11-
"repository": "github:wmo-im/wis2box-ui",
11+
"repository": "github:World-Meteorological-Organization/wis2box-ui",
1212
"bugs": {
13-
"url": "https://github.com/wmo-im/wis2box-ui/issues",
13+
"url": "https://github.com/World-Meteorological-Organization/wis2box-ui/issues",
1414
"email": "tomkralidis@gmail.com"
1515
},
1616
"license": "Apache-2.0",

0 commit comments

Comments
 (0)