From feeb80a96622e4234084be614f4b3ee63557b3e1 Mon Sep 17 00:00:00 2001 From: Josue Alexander Ibarra <1480657+ibarrajo@users.noreply.github.com> Date: Tue, 25 Feb 2025 14:29:48 -0800 Subject: [PATCH 1/2] Update README.md fix typo and references from uber/cadence to cadence-workflow/cadence --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 71f89812b..bfbdd7b1f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # 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) -[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. +[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. `cadence-client` is the framework for authoring workflows and activities in Java. @@ -9,20 +9,20 @@ If you are authoring in Go, see [Go Cadence Client](https://github.com/uber-go/c ## Samples -For samples, see [Samples for the Java Cadence client](https://github.com/uber/cadence-java-samples). +For samples, see [Samples for the Java Cadence client](https://github.com/cadence-workflow/cadence-java-samples). ## Run Cadence Server Run Cadence Server using Docker Compose: - curl -O https://raw.githubusercontent.com/uber/cadence/master/docker/docker-compose.yml + curl -O https://raw.githubusercontent.com/cadence-workflow/cadence/master/docker/docker-compose.yml docker-compose up -If this does not work, see instructions for running the Cadence Server at https://github.com/uber/cadence/blob/master/README.md. +If this does not work, see instructions for running the Cadence Server at https://github.com/cadence-workflow/cadence/blob/master/README.md ## Get CLI -[CLI is avaialable as an executable or as a docker image](https://github.com/uber/cadence/blob/master/tools/cli/README.md) +[CLI is available as an executable or as a docker image](https://github.com/cadence-workflow/cadence/blob/master/tools/cli/README.md) ## Build a configuration From 5bda6f1c054b1d4421fa79df70b6f84ebc726d8a Mon Sep 17 00:00:00 2001 From: Josue Alexander Ibarra <1480657+ibarrajo@users.noreply.github.com> Date: Tue, 25 Feb 2025 14:34:17 -0800 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bfbdd7b1f..39e0844c8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ `cadence-client` is the framework for authoring workflows and activities in Java. -If you are authoring in Go, see [Go Cadence Client](https://github.com/uber-go/cadence-client). +If you are authoring in Go, see [Go Cadence Client](https://github.com/cadence-workflow/cadence-go-client). ## Samples @@ -18,7 +18,7 @@ Run Cadence Server using Docker Compose: curl -O https://raw.githubusercontent.com/cadence-workflow/cadence/master/docker/docker-compose.yml docker-compose up -If this does not work, see instructions for running the Cadence Server at https://github.com/cadence-workflow/cadence/blob/master/README.md +If this does not work, see [instructions](https://github.com/cadence-workflow/cadence/blob/master/README.md) for running the Cadence Server ## Get CLI @@ -40,7 +40,7 @@ or to *build.gradle*: ## Documentation -The documentation on how to use the Cadence Java client is [here](https://cadenceworkflow.io/docs/java-client/). +The documentation on how to use the Cadence Java client is [here](https://cadenceworkflow.io/docs/java-client). Javadocs for the client API are located [here](https://www.javadoc.io/doc/com.uber.cadence/cadence-client).