Skip to content

Commit 5892e76

Browse files
devindfordAndrooTheChen
authored andcommitted
chore(website): WEB-4247 | Update references from s3 to setup.vector.dev (vectordotdev#19149)
feat: update references from s3 to setup.vector.dev
1 parent 091953b commit 5892e76

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

website/content/en/docs/setup/installation/package-managers/apt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Our APT repositories are provided by [Cloudsmith] and you can find [instructions
1919
First, add the Vector repo:
2020

2121
```shell
22-
bash -c "$(curl -L https://s3.amazonaws.com/dd-agent/scripts/install_script_vector0.sh)"
22+
bash -c "$(curl -L https://setup.vector.dev)"
2323
```
2424

2525
Then you can install the `vector` package:

website/content/en/docs/setup/installation/package-managers/yum.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Our Yum repositories are provided by [Cloudsmith] and you can find [instructions
1313
Add the repo:
1414

1515
```shell
16-
bash -c "$(curl -L https://s3.amazonaws.com/dd-agent/scripts/install_script_vector0.sh)"
16+
bash -c "$(curl -L https://setup.vector.dev)"
1717
```
1818

1919
Then you can install Vector:

website/content/en/highlights/2023-11-07-new-linux-repos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The following command **removes** the existing repository and configures the
3838
new repository.
3939

4040
```sh
41-
CSM_MIGRATE=true bash -c "$(curl -L https://s3.amazonaws.com/dd-agent/scripts/install_script_vector0.sh)"
41+
CSM_MIGRATE=true bash -c "$(curl -L https://setup.vector.dev)"
4242
```
4343

4444
Alternatively, `CSM_MIGRATE` may be left unset to leave the removal of the

0 commit comments

Comments
 (0)