Skip to content

Commit 4ff3fb0

Browse files
eric-parsonsEric Parsons
andauthored
Replacing older Geocortex URLs with VertiGIS URLs. (#47)
This will likely also fix an issue with github releases. Co-authored-by: Eric Parsons <eric.parsons@vertigis.com>
1 parent 6c64644 commit 4ff3fb0

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# VertiGIS Studio Web SDK
22

3-
![CI/CD](https://github.com/geocortex/vertigis-web-sdk/workflows/CI/CD/badge.svg)
3+
![CI/CD](https://github.com/vertigis/vertigis-web-sdk/workflows/CI/CD/badge.svg)
44

55
This SDK makes it easy to create custom libraries for [VertiGIS Studio Web](https://vertigisstudio.com/products/vertigis-studio-web/).
66

@@ -39,11 +39,11 @@ Builds the library for production to the `build` folder. It optimizes the build
3939

4040
Your custom library is now ready to be deployed!
4141

42-
See the [section about deployment](https://developers.geocortex.com/docs/web/sdk-deployment/) in the [Developer Center](https://developers.geocortex.com/docs/web/overview/) for more information.
42+
See the [section about deployment](https://developers.vertigis.com/docs/web/sdk-deployment/) in the [Developer Center](https://developers.vertigis.com/docs/web/overview/) for more information.
4343

4444
## Documentation
4545

46-
Find [further documentation on the SDK](https://developers.geocortex.com/docs/web/sdk-overview/) on the [VertiGIS Studio Developer Center](https://developers.geocortex.com/docs/web/overview/)
46+
Find [further documentation on the SDK](https://developers.vertigis.com/docs/web/sdk-overview/) on the [VertiGIS Studio Developer Center](https://developers.vertigis.com/docs/web/overview/)
4747

4848
## Contributing
4949

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"description": "The SDK for extending VertiGIS Studio Web",
55
"repository": {
66
"type": "git",
7-
"url": "git+https://github.com/geocortex/vertigis-web-sdk.git"
7+
"url": "git+https://github.com/vertigis/vertigis-web-sdk.git"
88
},
99
"author": "VertiGIS Ltd. <eric.parsons@vertigis.com>",
1010
"license": "MIT",
1111
"bugs": {
12-
"url": "https://github.com/geocortex/vertigis-web-sdk/issues"
12+
"url": "https://github.com/vertigis/vertigis-web-sdk/issues"
1313
},
14-
"homepage": "https://github.com/geocortex/vertigis-web-sdk#readme",
14+
"homepage": "https://github.com/vertigis/vertigis-web-sdk#readme",
1515
"files": [
1616
"bin",
1717
"config",

scripts/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const build = () => {
6161
);
6262
console.log(
6363
`You can learn more about deploying your custom code at ${chalk.cyan(
64-
"https://developers.geocortex.com/docs/web/overview/"
64+
"https://developers.vertigis.com/docs/web/overview/"
6565
)}`
6666
);
6767
}

scripts/create.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ const printSuccess = () => {
145145
console.log(chalk.cyan(` cd ${directoryName}`));
146146
console.log(chalk.cyan(" npm start\n"));
147147
console.log(
148-
"You can learn more by visiting https://developers.geocortex.com/docs/web/sdk-overview/"
148+
"You can learn more by visiting https://developers.vertigis.com/docs/web/sdk-overview/"
149149
);
150150
};
151151

template/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This project was bootstrapped with the [VertiGIS Studio Web SDK](https://github.com/geocortex/vertigis-web-sdk).
1+
This project was bootstrapped with the [VertiGIS Studio Web SDK](https://github.com/vertigis/vertigis-web-sdk).
22

33
## Available Scripts
44

@@ -16,8 +16,8 @@ Builds the library for production to the `build` folder. It optimizes the build
1616

1717
Your custom library is now ready to be deployed!
1818

19-
See the [section about deployment](https://developers.geocortex.com/docs/web/sdk-deployment/) in the [Developer Center](https://developers.geocortex.com/docs/web/overview/) for more information.
19+
See the [section about deployment](https://developers.vertigis.com/docs/web/sdk-deployment/) in the [Developer Center](https://developers.vertigis.com/docs/web/overview/) for more information.
2020

2121
## Learn More
2222

23-
Find [further documentation on the SDK](https://developers.geocortex.com/docs/web/sdk-overview/) on the [VertiGIS Studio Developer Center](https://developers.geocortex.com/docs/web/overview/)
23+
Find [further documentation on the SDK](https://developers.vertigis.com/docs/web/sdk-overview/) on the [VertiGIS Studio Developer Center](https://developers.vertigis.com/docs/web/overview/)

0 commit comments

Comments
 (0)