Skip to content

Commit 1372d69

Browse files
author
Tihomir Surdilovic
authored
Merge pull request #2 from tsurdilo/changebadges
Update README
2 parents 256b3c5 + d1168cc commit 1372d69

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
![Verify JAVA SDK](https://github.com/cncf/wg-serverless-workflow/workflows/Verify%20JAVA%20SDK/badge.svg)
2-
![Deploy JAVA SDK](https://github.com/cncf/wg-serverless-workflow/workflows/Deploy%20JAVA%20SDK/badge.svg)
1+
![Verify JAVA SDK](https://github.com/serverlessworkflow/sdk-java/workflows/Verify%20JAVA%20SDK/badge.svg)
2+
![Deploy JAVA SDK](https://github.com/serverlessworkflow/sdk-java/workflows/Deploy%20JAVA%20SDK/badge.svg)
33

4-
# Serverless Workflow Specification JAVA SDK
4+
# Serverless Workflow Specification - JAVA SDK
55

6-
Provides the JAVA API/SPI for the [Serverless Workflow Specification](../../specification/README.md)
6+
Provides the JAVA API/SPI for the [Serverless Workflow Specification](https://github.com/serverlessworkflow/specification)
77

88
Allows you to parse Workflow types from JSON/YAML sources, as well as programmatically build your workflows using
99
the provided builder API.
@@ -28,8 +28,7 @@ of the Serverless Workflow specification. Currently the SDK features match those
2828
To build project and run tests locally:
2929

3030
```
31-
git clone https://github.com/cncf/wg-serverless-workflow.git
32-
cd sdk/java
31+
git clone https://github.com/serverlessworkflow/sdk-java.git
3332
mvn clean install
3433
```
3534

0 commit comments

Comments
 (0)