Skip to content

Commit feeb80a

Browse files
authored
Update README.md
fix typo and references from uber/cadence to cadence-workflow/cadence
1 parent b0f0a7e commit feeb80a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
# Java framework for Cadence [![Build Status](https://badge.buildkite.com/0c96b8b74c0921208e898c10a602e2fe9ecb7641c2befee0e7.svg?theme=github&branch=master)](https://buildkite.com/uberopensource/cadence-java-client) [![Javadocs](https://www.javadoc.io/badge/com.uber.cadence/cadence-client.svg)](https://www.javadoc.io/doc/com.uber.cadence/cadence-client) [![codecov](https://codecov.io/gh/cadence-workflow/cadence-java-client/graph/badge.svg?token=eVBGf4EmXr)](https://codecov.io/gh/cadence-workflow/cadence-java-client)
22

33

4-
[Cadence](https://github.com/uber/cadence) is a distributed, scalable, durable, and highly available orchestration engine we developed at Uber Engineering to execute asynchronous long-running business logic in a scalable and resilient way.
4+
[Cadence](https://github.com/cadence-workflow/cadence) is a distributed, scalable, durable, and highly available orchestration engine we developed at Uber Engineering to execute asynchronous long-running business logic in a scalable and resilient way.
55

66
`cadence-client` is the framework for authoring workflows and activities in Java.
77

88
If you are authoring in Go, see [Go Cadence Client](https://github.com/uber-go/cadence-client).
99

1010
## Samples
1111

12-
For samples, see [Samples for the Java Cadence client](https://github.com/uber/cadence-java-samples).
12+
For samples, see [Samples for the Java Cadence client](https://github.com/cadence-workflow/cadence-java-samples).
1313

1414
## Run Cadence Server
1515

1616
Run Cadence Server using Docker Compose:
1717

18-
curl -O https://raw.githubusercontent.com/uber/cadence/master/docker/docker-compose.yml
18+
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/uber/cadence/blob/master/README.md.
21+
If this does not work, see instructions for running the Cadence Server at https://github.com/cadence-workflow/cadence/blob/master/README.md
2222

2323
## Get CLI
2424

25-
[CLI is avaialable as an executable or as a docker image](https://github.com/uber/cadence/blob/master/tools/cli/README.md)
25+
[CLI is available as an executable or as a docker image](https://github.com/cadence-workflow/cadence/blob/master/tools/cli/README.md)
2626

2727
## Build a configuration
2828

0 commit comments

Comments
 (0)