Skip to content

Commit

Permalink
chore(docs): Replace setup.vector.dev references (vectordotdev#19080)
Browse files Browse the repository at this point in the history
We need to setup this redirect again with the new site hosting. Until we do that, putting a direct
link to the script.

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
  • Loading branch information
jszwedko authored and vparfonov committed Sep 4, 2024
1 parent 05d7324 commit cb285e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ through the [APT package repository][apt].
First, add the Vector repo:

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

Then you can install the `vector` package:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ through the YUM package repository.
Add the repo:

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

Then you can install Vector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The following command **removes** the existing repository and configures the
new repository.

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

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

0 comments on commit cb285e0

Please sign in to comment.