Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Fix Conductor Artifacts Link (#2458)
Browse files Browse the repository at this point in the history
  • Loading branch information
starkblaze01 authored Sep 13, 2021
1 parent 1ecbd7f commit ff4df0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The latest version is [![Github release](https://img.shields.io/github/v/release

If Docker is installed, please follow the instructions [here](https://github.com/Netflix/conductor/tree/main/docker).

If Java 11 or above is installed, Conductor [publishes](https://artifacts.netflix.net/netflixoss/com/netflix/conductor/conductor-server/) an executable jar that can be run using,
If Java 11 or above is installed, Conductor [publishes](https://mvnrepository.com/artifact/com.netflix.conductor/conductor-server) an executable jar that can be run using,

`java -jar conductor-server-*-boot.jar`

Expand All @@ -38,7 +38,7 @@ If Java 11 or above is installed, Conductor [publishes](https://artifacts.netfli
[Getting Started](https://netflix.github.io/conductor/gettingstarted/basicconcepts/) guide.

## Get Conductor
Binaries are available from [Netflix OSS Maven](https://artifacts.netflix.net/netflixoss/com/netflix/conductor/) repository.
Binaries are available from [Netflix OSS Maven](https://mvnrepository.com/artifact/com.netflix.conductor) repository.

Below are the various artifacts published:

Expand Down

0 comments on commit ff4df0e

Please sign in to comment.