Skip to content

Commit 4f9f888

Browse files
fix binary download link in release-notes.md
1 parent 25de788 commit 4f9f888

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if [[ uname -s != "Darwin" ]]; then
2424
fi
2525

2626
# Download the binary
27-
curl -sLO "https://github.com/argoproj/argo-workflows/releases/download/$version/argo-$ARGO_OS-amd64.gz"
27+
curl -sLO "https://github.com/codefresh-io/argo-workflows/releases/download/$version/argo-$ARGO_OS-amd64.gz"
2828

2929
# Unzip
3030
gunzip "argo-$ARGO_OS-amd64.gz"
@@ -43,5 +43,5 @@ argo version
4343

4444
```bash
4545
kubectl create namespace argo
46-
kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/download/$version/install.yaml
46+
kubectl apply -n argo -f https://github.com/codefresh-io/argo-workflows/releases/download/$version/install.yaml
4747
```

0 commit comments

Comments
 (0)