Skip to content

Commit daca9a3

Browse files
authored
docs: update URLs for cache purging in documentation (#32548)
1 parent 7d5fd90 commit daca9a3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

guides/purging-cloudflare-cache.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ In some cases, pre-released cypress binaries will 404 when being downloaded from
55
```sh
66
yarn add -D cypress@https://cdn.cypress.io/beta/npm/vX.Y.Z/OPERATING_ARCH/BRANCH_AND_HASH_NAME/cypress.tgz
77

8-
npm ERR! URL:https://cdn.cypress.io/beta/npm/vX.Y.Z/OPERATING_ARCH/BRANCH_AND_HASH_NAME/cypress.zip
8+
npm ERR! URL:https://cdn.cypress.io/beta/binary/vX.Y.Z/OPERATING_ARCH/BRANCH_AND_HASH_NAME/cypress.zip
99
npm ERR! Error: Failed downloading the Cypress binary.
1010
npm ERR! Response code: 404
1111
npm ERR! Response message: Not Found
@@ -22,18 +22,18 @@ Where `./path_to_file_with_urls_to_purge` is a text file of URLs separated by ne
2222

2323
```text
2424
https://cdn.cypress.io/beta/npm/vX.Y.Z/win32-x64/BRANCH_AND_HASH_NAME/cypress.tgz
25-
https://cdn.cypress.io/beta/npm/vX.Y.Z/win32-x64/BRANCH_AND_HASH_NAME/cypress.zip
25+
https://cdn.cypress.io/beta/binary/vX.Y.Z/win32-x64/BRANCH_AND_HASH_NAME/cypress.zip
2626
https://cdn.cypress.io/beta/npm/vX.Y.Z/linux-arm64/BRANCH_AND_HASH_NAME/cypress.tgz
27-
https://cdn.cypress.io/beta/npm/vX.Y.Z/linux-arm64/BRANCH_AND_HASH_NAME/cypress.zip
27+
https://cdn.cypress.io/beta/binary/vX.Y.Z/linux-arm64/BRANCH_AND_HASH_NAME/cypress.zip
2828
https://cdn.cypress.io/beta/npm/vX.Y.Z/linux-x64/BRANCH_AND_HASH_NAME/cypress.tgz
29-
https://cdn.cypress.io/beta/npm/vX.Y.Z/linux-x64/BRANCH_AND_HASH_NAME/cypress.zip
29+
https://cdn.cypress.io/beta/binary/vX.Y.Z/linux-x64/BRANCH_AND_HASH_NAME/cypress.zip
3030
https://cdn.cypress.io/beta/npm/vX.Y.Z/darwin-x64/BRANCH_AND_HASH_NAME/cypress.tgz
31-
https://cdn.cypress.io/beta/npm/vX.Y.Z/darwin-x64/BRANCH_AND_HASH_NAME/cypress.zip
31+
https://cdn.cypress.io/beta/binary/vX.Y.Z/darwin-x64/BRANCH_AND_HASH_NAME/cypress.zip
3232
https://cdn.cypress.io/beta/npm/vX.Y.Z/darwin-arm64/BRANCH_AND_HASH_NAME/cypress.tgz
33-
https://cdn.cypress.io/beta/npm/vX.Y.Z/darwin-arm64/BRANCH_AND_HASH_NAME/cypress.zip
33+
https://cdn.cypress.io/beta/binary/vX.Y.Z/darwin-arm64/BRANCH_AND_HASH_NAME/cypress.zip
3434
3535
```
3636

3737
Note: you likely need to clear out the corresponding `.zip` files alongside the `.tgz` (included in the example)
3838

39-
You will need the Cloudflare cache variables mentioned in the [release process](https://github.com/cypress-io/cypress/blob/develop/guides/release-process.md#prerequisites).
39+
You will need the Cloudflare cache variables mentioned in the [release process](https://github.com/cypress-io/cypress/blob/develop/guides/release-process.md#prerequisites).

0 commit comments

Comments
 (0)