File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
66` cadence-client ` is the framework for authoring workflows and activities in Java.
77
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 ) .
99
1010## Samples
1111
@@ -18,7 +18,7 @@ Run Cadence Server using Docker Compose:
1818 curl -O https://raw.githubusercontent.com/cadence-workflow/cadence/master/docker/docker-compose.yml
1919 docker-compose up
2020
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
2222
2323## Get CLI
2424
@@ -40,7 +40,7 @@ or to *build.gradle*:
4040
4141## Documentation
4242
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 ) .
4444
4545Javadocs for the client API are located [ here] ( https://www.javadoc.io/doc/com.uber.cadence/cadence-client ) .
4646
You can’t perform that action at this time.
0 commit comments