Skip to content

Commit

Permalink
Fixed github uri
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
  • Loading branch information
JBBianchi committed Jul 31, 2024
1 parent 2ee8b61 commit a4a1084
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![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)
![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)

# Serverless Workflow Specification - TypeScript SDK

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

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

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

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

```sh
git clone https://github.com/serverless-workflow/sdk.git
git clone https://github.com/serverlessworkflow/sdk-typescript.git
cd sdk-typescript
npm install && npm run build && npm run test
```
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@
},
"repository": {
"type": "git",
"url": "https://github.com/serverless-workflow/sdk.git"
"url": "https://github.com/serverlessworkflow/sdk-typescript.git"
},
"author": {
"name": "Serverless Workflow Contributors",
"url": "https://serverlessworkflow.io"
},
"license": "http://www.apache.org/licenses/LICENSE-2.0.txt",
"bugs": {
"url": "https://github.com/serverless-workflow/sdk/issues"
"url": "https://github.com/serverlessworkflow/sdk-typescript/issues"
},
"homepage": "https://serverlessworkflow.io",
"engines": {
Expand Down

0 comments on commit a4a1084

Please sign in to comment.