Skip to content

Commit de8c9d6

Browse files
authored
Fix link to in-depth guide on prebuilds article (#626)
1 parent 8d0c85f commit de8c9d6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_implementors/reference.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ We recommend using the [Dev Container CLI](#npm-install) (or other spec supporti
110110
devcontainer build --workspace-folder . --push true --image-name <my_image_name>:<optional_image_version>
111111
```
112112

113-
You can also check out our [in-depth guide on prebuilds](/_posts/2023-08-22-prebuild.md).
113+
You can also check out our [in-depth guide on prebuilds](/guide/prebuild).
114114

115115
#### <a href="#labels" name="labels" class="anchor"> Metadata in image labels</a>
116116

@@ -143,4 +143,5 @@ See the [Dev Container metadata reference](../json_reference) for information on
143143
If you are behind a firewall that needs to allow specific domains used by the Dev Container CLI, here's the list of hostnames you should allow communication to go through:
144144

145145
* `containers.dev` - The [homepage](https://containers.dev/) for everything about dev containers. It includes all official and community-supported [Features](https://containers.dev/features) and [Templates](https://containers.dev/templates).
146-
* `ghcr.io`, `*.azurecr.io`, `mcr.microsoft.com` - [OCI registries](https://containers.dev/implementors/features-distribution/#oci-registry) like [GitHub Container Registry](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry), [Azure Container Registry](https://azure.microsoft.com/en-us/products/container-registry), and [Microsoft Container Registry](https://mcr.microsoft.com/en-us/catalog?search=dev%20container) serves as the primary distribution mechanism for dev container resources.
146+
147+
* `ghcr.io`, `*.azurecr.io`, `mcr.microsoft.com` - [OCI registries](https://containers.dev/implementors/features-distribution/#oci-registry) like [GitHub Container Registry](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry), [Azure Container Registry](https://azure.microsoft.com/en-us/products/container-registry), and [Microsoft Container Registry](https://mcr.microsoft.com/en-us/catalog?search=dev%20container) serves as the primary distribution mechanism for dev container resources.

0 commit comments

Comments
 (0)