Skip to content

Commit 555887a

Browse files
authored
Update README.md
1 parent e674c3a commit 555887a

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Java Cadence Samples
33
These samples demonstrate various capabilities of Java Cadence client and server. You can learn more about Cadence at:
44
* [Cadence Service](https://github.com/uber/cadence)
5-
* [Cadence Java Client](https://github.com/uber-java/cadence-client)
5+
* [Cadence Java Client](https://github.com/uber/cadence-java-client)
66
* [Go Cadence Client](https://github.com/uber-go/cadence-client)
77

88
## Overview of the Samples
@@ -30,8 +30,8 @@ These samples demonstrate various capabilities of Java Cadence client and server
3030

3131
Run the following commands:
3232

33-
git clone https://github.com/mfateev/uber-java-cadence-samples
34-
cd cadence-java-client-samples
33+
git clone https://github.com/uber/cadence-java-samples
34+
cd cadence-java-samples
3535

3636
## Import into IntelliJ
3737

@@ -42,17 +42,8 @@ choose **Gradle** and then click **Next**->**Finish**.
4242

4343
## Build the Samples
4444

45-
Assumng that the https://github.com/uber-java/cadence-client is in local maven cache.
46-
4745
./gradlew build
4846

49-
If the latest samples stop building after you pull the latest version, refresh the Gradle dependencies:
50-
51-
./gradlew build --refresh-dependencies
52-
53-
Or, in IntelliJ, in the **Gradle projects** window, right-click "cadence-samples" and then click
54-
**Refresh dependencies**.
55-
5647
## Run Cadence Server
5748

5849
Run Cadence Server using Docker Compose:

0 commit comments

Comments
 (0)