Skip to content

Commit 5bda6f1

Browse files
authored
Update README.md
1 parent feeb80a commit 5bda6f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

4545
Javadocs for the client API are located [here](https://www.javadoc.io/doc/com.uber.cadence/cadence-client).
4646

0 commit comments

Comments
 (0)