Skip to content

Commit 8c49b20

Browse files
committed
fastly.md: Update Fastly doc links
1 parent f7335ac commit 8c49b20

File tree

1 file changed

+4
-4
lines changed
  • docs/infrastructure_and_maintenance/cache/http_cache

1 file changed

+4
-4
lines changed

docs/infrastructure_and_maintenance/cache/http_cache/fastly.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ fastly service-version activate --version=latest
116116
## View and modify VCL configuration
117117

118118
Fastly configuration is stored in Varnish Configuration Language (VCL) files.
119-
You can change the behaviour of Fastly by [uploading custom VCL files](https://docs.fastly.com/en/guides/uploading-custom-vcl).
119+
You can change the behaviour of Fastly by [uploading custom VCL files](https://www.fastly.com/documentation/guides/full-site-delivery/custom-vcl/uploading-custom-vcl).
120120
[[= product_name =]] ships with two VCL files that need to be enabled for Fastly to work correctly with the platform; `ibexa_main.vcl` and `ibexa_user_hash.vcl` (located in `vendor/ibexa/fastly/fastly/`)
121121

122122
### List custom `.vcl` files for specific version
@@ -216,7 +216,7 @@ fastly service-version activate --version=latest
216216
## Snippets
217217
218218
You can also add VCL code to the Fastly configuration without modifying the custom `.vcl` files directly.
219-
You do it by creating [snippets](https://docs.fastly.com/en/guides/about-vcl-snippets).
219+
You do it by creating [snippets](https://www.fastly.com/documentation/guides/full-site-delivery/custom-vcl/about-vcl-snippets).
220220
it's recommended that you use snippets instead of changing the VCL files provided by [[= product_name =]] as much as possible, which makes it easier to upgrade the [[= product_name =]] VCL configuration later.
221221
222222
When you use snippets, the snippet code is injected into the VCL where the `#FASTLY ...` macros are placed.
@@ -339,7 +339,7 @@ To enable basic-auth, use [Fastly documentation](https://www.fastly.com/document
339339
340340
Follow the steps below.
341341
342-
Usernames and passwords can be stored inside the VCL file, but in this case credentials are stored in a [dictionary](https://docs.fastly.com/en/guides/working-with-dictionaries#working-with-dictionaries-using-vcl-snippets).
342+
Usernames and passwords can be stored inside the VCL file, but in this case credentials are stored in a [dictionary](https://www.fastly.com/documentation/guides/full-site-delivery/dictionaries/working-with-dictionaries#working-with-dictionaries-using-vcl-snippets).
343343
344344
!!! note
345345
To make this example work, you must run [[= product_name =]] in version 3.3.16 or later, or 4.5.
@@ -391,7 +391,7 @@ fastly dictionary-entry list --dictionary-id=ltC6Rg4pqw4qaNKF5tEW33
391391
392392
Now your dictionary stores new username and password. The next thing to do is to alter the Fastly VCL configuration
393393
and add the basic-auth support.
394-
This example uses [snippets](https://docs.fastly.com/en/guides/about-vcl-snippets), so that no changes are needed in the `.vcl` files that are shipped with [[= product_name =]].
394+
This example uses [snippets](https://www.fastly.com/documentation/guides/full-site-delivery/custom-vcl/about-vcl-snippets), so that no changes are needed in the `.vcl` files that are shipped with [[= product_name =]].
395395
You need two snippets, store these as files in your system:
396396
397397
In `snippet_basic_auth_error.vcl`:

0 commit comments

Comments
 (0)