Skip to content

Commit a4a1084

Browse files
committed
Fixed github uri
Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
1 parent 2ee8b61 commit a4a1084

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Node CI](https://github.com/serverless-workflow/sdk/workflows/Node%20CI/badge.svg) [![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/serverless-workflow/sdk)
1+
![Node CI](https://github.com/serverlessworkflow/sdk-typescript/workflows/Node%20CI/badge.svg) [![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/serverlessworkflow/sdk-typescript)
22

33
# Serverless Workflow Specification - TypeScript SDK
44

@@ -14,7 +14,7 @@ The npm [`@serverlessworkflow/sdk`](https://www.npmjs.com/package/@serverlesswor
1414

1515
| Latest Releases | Conformance to Spec Version |
1616
| :---: | :---: |
17-
| [v1.0.0-alpha2.\*](https://github.com/serverless-workflow/sdk/releases/) | [v1.0.0-alpha2](https://github.com/serverlessworkflow/specification) |
17+
| [v1.0.0-alpha2.\*](https://github.com/serverlessworkflow/sdk-typescript/releases/) | [v1.0.0-alpha2](https://github.com/serverlessworkflow/specification) |
1818

1919
> [!WARNING]
2020
> Previous versions of the SDK were published with a typo in the scope:
@@ -23,9 +23,9 @@ The npm [`@serverlessworkflow/sdk`](https://www.npmjs.com/package/@serverlesswor
2323
2424
| Latest Releases | Conformance to Spec Version |
2525
| :---: | :---: |
26-
| [v1.0.0](https://github.com/serverless-workflow/sdk/releases/) | [v0.6](https://github.com/serverlessworkflow/specification/tree/0.6.x) |
27-
| [v2.0.0](https://github.com/serverless-workflow/sdk/releases/) | [v0.7](https://github.com/serverlessworkflow/specification/tree/0.7.x) |
28-
| [v3.0.0](https://github.com/serverless-workflow/sdk/releases/) | [v0.8](https://github.com/serverlessworkflow/specification/tree/0.8.x) |
26+
| [v1.0.0](https://github.com/serverlessworkflow/sdk-typescript/releases/) | [v0.6](https://github.com/serverlessworkflow/specification/tree/0.6.x) |
27+
| [v2.0.0](https://github.com/serverlessworkflow/sdk-typescript/releases/) | [v0.7](https://github.com/serverlessworkflow/specification/tree/0.7.x) |
28+
| [v3.0.0](https://github.com/serverlessworkflow/sdk-typescript/releases/) | [v0.8](https://github.com/serverlessworkflow/specification/tree/0.8.x) |
2929

3030
## SDK Structure
3131
This SDK includes the following key components:
@@ -240,7 +240,7 @@ catch (ex) {
240240
To build the project and run tests locally, use the following commands:
241241

242242
```sh
243-
git clone https://github.com/serverless-workflow/sdk.git
243+
git clone https://github.com/serverlessworkflow/sdk-typescript.git
244244
cd sdk-typescript
245245
npm install && npm run build && npm run test
246246
```

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@
7575
},
7676
"repository": {
7777
"type": "git",
78-
"url": "https://github.com/serverless-workflow/sdk.git"
78+
"url": "https://github.com/serverlessworkflow/sdk-typescript.git"
7979
},
8080
"author": {
8181
"name": "Serverless Workflow Contributors",
8282
"url": "https://serverlessworkflow.io"
8383
},
8484
"license": "http://www.apache.org/licenses/LICENSE-2.0.txt",
8585
"bugs": {
86-
"url": "https://github.com/serverless-workflow/sdk/issues"
86+
"url": "https://github.com/serverlessworkflow/sdk-typescript/issues"
8787
},
8888
"homepage": "https://serverlessworkflow.io",
8989
"engines": {

0 commit comments

Comments
 (0)