File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
6
6
` cadence-client ` is the framework for authoring workflows and activities in Java.
7
7
8
- If you are authoring in Go, see [ Go Cadence Client] ( https://github.com/uber-go /cadence-client ) .
8
+ If you are authoring in Go, see [ Go Cadence Client] ( https://github.com/cadence-workflow /cadence-go -client ) .
9
9
10
10
## Samples
11
11
@@ -18,7 +18,7 @@ Run Cadence Server using Docker Compose:
18
18
curl -O https://raw.githubusercontent.com/cadence-workflow/cadence/master/docker/docker-compose.yml
19
19
docker-compose up
20
20
21
- If this does not work, see instructions for running the Cadence Server at https://github.com/cadence-workflow/cadence/blob/master/README.md
21
+ If this does not work, see [ instructions] ( https://github.com/cadence-workflow/cadence/blob/master/README.md ) for running the Cadence Server
22
22
23
23
## Get CLI
24
24
@@ -40,7 +40,7 @@ or to *build.gradle*:
40
40
41
41
## Documentation
42
42
43
- The documentation on how to use the Cadence Java client is [ here] ( https://cadenceworkflow.io/docs/java-client/ ) .
43
+ The documentation on how to use the Cadence Java client is [ here] ( https://cadenceworkflow.io/docs/java-client ) .
44
44
45
45
Javadocs for the client API are located [ here] ( https://www.javadoc.io/doc/com.uber.cadence/cadence-client ) .
46
46
You can’t perform that action at this time.
0 commit comments