diff --git a/README.md b/README.md index 3b6c113..bdd31fb 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,12 @@ To use the 1Integrate activities in [VertiGIS Studio Workflow Designer](https:// - Purpose: `Ready To Use` - API: `JavaScript` - URL: The URL to this activity pack manifest - - Use https://unpkg.com/@geocortex/workflow-activities-1integrate/activitypack.json for the latest version - - Use https://unpkg.com/@geocortex/workflow-activities-1integrate@0.1.0/activitypack.json for a specific version + - Use https://unpkg.com/@vertigis/workflow-activities-1integrate/activitypack.json for the latest version + - Use https://unpkg.com/@vertigis/workflow-activities-1integrate@0.1.0/activitypack.json for a specific version - Title: Your desired title - Tags: Must include `geocortex-workflow-activity-pack` 1. Reload [VertiGIS Studio Workflow Designer](https://apps.vertigisstudio.com/workflow/designer/) -1. The 1Integrate activities will now appear in the activity toolbox in a `1Integrate` category +1. The 1Integrate activities will now appear in the activity toolbox in a `1Spatial - 1Integrate` category ### Use the 1Integrate activities in a workflow @@ -42,7 +42,7 @@ To use the 1Integrate activities in [VertiGIS Studio Workflow Designer](https:// ## Development -This project was bootstrapped with the [VertiGIS Studio Workflow SDK](https://github.com/geocortex/vertigis-workflow-sdk). Before you can use your activity pack in the [VertiGIS Studio Workflow Designer](https://apps.vertigisstudio.com/workflow/designer/), you will need to [register the activity pack](https://developers.geocortex.com/docs/workflow/sdk-web-overview#register-the-activity-pack). +This project was bootstrapped with the [VertiGIS Studio Workflow SDK](https://github.com/geocortex/vertigis-workflow-sdk). Before you can use your activity pack in the [VertiGIS Studio Workflow Designer](https://apps.vertigisstudio.com/workflow/designer/), you will need to [register the activity pack](https://developers.vertigisstudio.com/docs/workflow/sdk-web-overview#register-the-activity-pack). ## Available Scripts @@ -54,7 +54,7 @@ Interactively generate a new activity or form element. ### `npm start` -Runs the project in development mode. Your activity pack will be available at [http://localhost:5000/main.js](http://localhost:5000/main.js). The HTTPS certificate of the development server is a self-signed certificate that web browsers will warn about. To work around this open [`https://localhost:5000/main.js`](https://localhost:5000/main.js) in a web browser and allow the invalid certificate as an exception. For creating a locally-trusted HTTPS certificate see the [Configuring a HTTPS Certificate](https://developers.geocortex.com/docs/workflow/sdk-web-overview/#configuring-a-https-certificate) section on the [VertiGIS Studio Developer Center](https://developers.geocortex.com/docs/workflow/overview/). +Runs the project in development mode. Your activity pack will be available at [http://localhost:5000/main.js](http://localhost:5000/main.js). The HTTPS certificate of the development server is a self-signed certificate that web browsers will warn about. To work around this open [`https://localhost:5000/main.js`](https://localhost:5000/main.js) in a web browser and allow the invalid certificate as an exception. For creating a locally-trusted HTTPS certificate see the [Configuring a HTTPS Certificate](https://developers.vertigisstudio.com/docs/workflow/sdk-web-overview/#configuring-a-https-certificate) section on the [VertiGIS Studio Developer Center](https://developers.vertigisstudio.com/docs/workflow/overview/). ### `npm run test` @@ -70,8 +70,8 @@ Builds the activity pack for production to the `build` folder. It optimizes the Your custom activity pack is now ready to be deployed! -See the [section about deployment](https://developers.geocortex.com/docs/workflow/sdk-web-overview/#deployment) in the [VertiGIS Studio Developer Center](https://developers.geocortex.com/docs/workflow/overview/) for more information. +See the [section about deployment](https://developers.vertigisstudio.com/docs/workflow/sdk-web-overview/#deployment) in the [VertiGIS Studio Developer Center](https://developers.vertigisstudio.com/docs/workflow/overview/) for more information. ## Documentation -Find [further documentation on the SDK](https://developers.geocortex.com/docs/workflow/sdk-web-overview/) on the [VertiGIS Studio Developer Center](https://developers.geocortex.com/docs/workflow/overview/) +Find [further documentation on the SDK](https://developers.vertigisstudio.com/docs/workflow/sdk-web-overview/) on the [VertiGIS Studio Developer Center](https://developers.vertigisstudio.com/docs/workflow/overview/) diff --git a/package.json b/package.json index 76363d3..ba92976 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@geocortex/workflow-activities-1integrate", + "name": "@vertigis/workflow-activities-1integrate", "version": "0.0.0-semantically-released", "description": "1Integrate activities for VertiGIS Studio Workflow", "repository": {