Skip to content

Commit a47cdcb

Browse files
committed
use vanity url in docs
1 parent 9aa2fb7 commit a47cdcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/public/manual-install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If you cannot / wish not to use the shell script to install for Linux or OSX, yo
2626
readonly TARBALL="dpm-${VERSION}-${OS}-${ARCH}.tar.gz"
2727
2828
# determine location of tarball to download
29-
TARBALL_URL="https://artifactregistry.googleapis.com/download/v1/projects/da-images/locations/europe/repositories/public-generic/files/dpm-sdk:${VERSION}:${TARBALL}:download?alt=media"
29+
TARBALL_URL="https://get.digitalasset.com/install/dpm-sdk/${TARBALL}"
3030
3131
# make tmpdir
3232
TMPDIR="$(mktemp -d)"
@@ -38,7 +38,7 @@ If you cannot / wish not to use the shell script to install for Linux or OSX, yo
3838
extracted="${TMPDIR}/extracted"
3939
mkdir -p "${extracted}"
4040
41-
# untar
41+
# untar to extracted directory
4242
tar xzf "${TMPDIR}/${TARBALL}" -C "${extracted}" --strip-components 1
4343
4444
# bootstrap dpm

0 commit comments

Comments
 (0)