From c32d730a19b9e3c7cdd169a71ed2ed4c64ece548 Mon Sep 17 00:00:00 2001 From: Matthieu Heimer <104587867+mattheimer@users.noreply.github.com> Date: Fri, 24 Nov 2023 23:34:53 -0600 Subject: [PATCH] Update links in README to match conductor-docs changes (#3811) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a2c256e07..adb7c1c1b7 100644 --- a/README.md +++ b/README.md @@ -40,13 +40,13 @@ The modules contributed by the community are housed at [conductor-community](htt ## Getting Started - Building & Running Conductor ### Using Docker: -The easiest way to get started is with Docker containers. Please follow the instructions [here](https://conductor.netflix.com/gettingstarted/docker.html). +The easiest way to get started is with Docker containers. Please follow the instructions [here](https://conductor.netflix.com/devguide/running/docker.html). ### From Source: -Conductor Server is a [Spring Boot](https://spring.io/projects/spring-boot) project and follows all applicable conventions. See instructions [here](http://conductor.netflix.com/gettingstarted/source.html). +Conductor Server is a [Spring Boot](https://spring.io/projects/spring-boot) project and follows all applicable conventions. See instructions [here](https://conductor.netflix.com/devguide/running/source.html). ## Published Artifacts -Binaries are available from [Netflix OSS Maven](https://artifacts.netflix.net/netflixoss/com/netflix/conductor/) repository, or the [Maven Central Repository](https://search.maven.org/search?q=g:com.netflix.conductor). +Binaries are available from the [Maven Central Repository](https://search.maven.org/search?q=g:com.netflix.conductor). | Artifact | Description | |---------------------------------|-------------------------------------------------------------------------------------------------|