Skip to content

Commit bcc8874

Browse files
Fix prevent-cli url (#15039)
## DESCRIBE YOUR PR These docs are using an incorrect url (Personally I would prefer if you update the project itself to be sentry-prevent-cli) ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [x] None: Not urgent, can wait up to 1 week+ ## LEGAL BOILERPLATE <!-- Sentry employees and contractors can delete or ignore this section. --> Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms. ## EXTRA RESOURCES - [Sentry Docs contributor guide](https://docs.sentry.io/contributing/)
1 parent c871587 commit bcc8874

File tree

1 file changed

+6
-6
lines changed
  • docs/product/test-analytics/sentry-prevent-cli

1 file changed

+6
-6
lines changed

docs/product/test-analytics/sentry-prevent-cli/index.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,32 +19,32 @@ pip install sentry-prevent-cli
1919
For `binary platforms`, use the following commands to download the latest version of the Sentry Prevent CLI.
2020

2121
```bash {tabTitle:macos}
22-
curl -L https://github.com/getsentry/sentry-prevent-cli/releases/latest/download/sentry-prevent-cli-macos -o sentry-prevent-cli_macos
22+
curl -L https://github.com/getsentry/prevent-cli/releases/latest/download/sentry-prevent-cli-macos -o sentry-prevent-cli_macos
2323
chmod +x sentry-prevent-cli_macos
2424
```
2525

2626
```bash {tabTitle:linux x64_64}
27-
curl -L https://github.com/getsentry/sentry-prevent-cli/releases/latest/download/sentry-prevent-cli-linux -o sentry-prevent-cli_linux_x64_64
27+
curl -L https://github.com/getsentry/prevent-cli/releases/latest/download/sentry-prevent-cli-linux -o sentry-prevent-cli_linux_x64_64
2828
chmod +x sentry-prevent-cli_linux_x64_64
2929
```
3030

3131
```bash {tabTitle:linux arm64}
32-
curl -L https://github.com/getsentry/sentry-prevent-cli/releases/latest/download/sentry-prevent-cli-linux-arm64 -o sentry-prevent-cli_linux_arm64
32+
curl -L https://github.com/getsentry/prevent-cli/releases/latest/download/sentry-prevent-cli-linux-arm64 -o sentry-prevent-cli_linux_arm64
3333
chmod +x sentry-prevent-cli_linux_arm64
3434
```
3535

3636
```bash {tabTitle:alpine linux x64_64}
37-
curl -L https://github.com/getsentry/sentry-prevent-cli/releases/latest/download/sentry-prevent-cli-alpine -o sentry-prevent-cli_alpine_x64_64
37+
curl -L https://github.com/getsentry/prevent-cli/releases/latest/download/sentry-prevent-cli-alpine -o sentry-prevent-cli_alpine_x64_64
3838
chmod +x sentry-prevent-cli_alpine_x64_64
3939
```
4040

4141
```bash {tabTitle:alpine linux arm64}
42-
curl -L https://github.com/getsentry/sentry-prevent-cli/releases/latest/download/sentry-prevent-cli-alpine-arm64 -o sentry-prevent-cli_alpine_arm64
42+
curl -L https://github.com/getsentry/prevent-cli/releases/latest/download/sentry-prevent-cli-alpine-arm64 -o sentry-prevent-cli_alpine_arm64
4343
chmod +x sentry-prevent-cli_alpine_arm64
4444
```
4545

4646
```bash {tabTitle:windows}
47-
curl -L https://github.com/getsentry/sentry-prevent-cli/releases/latest/download/sentry-prevent-cli-windows.exe -o sentry-prevent-cli_windows.exe
47+
curl -L https://github.com/getsentry/prevent-cli/releases/latest/download/sentry-prevent-cli-windows.exe -o sentry-prevent-cli_windows.exe
4848
```
4949
## Uploading Test Results
5050

0 commit comments

Comments
 (0)