From 6b97634396cf47f6bd0f52371a6235578717325f Mon Sep 17 00:00:00 2001 From: Tobias Date: Tue, 28 May 2024 22:23:17 +0200 Subject: [PATCH] Changelog: Fix link (#11163) --- packages/astro/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 8312a02201..519aec38e1 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -56,7 +56,7 @@ }); ``` - For a complete reference, see the [Container API docs](/en/reference/container-reference/). + For a complete reference, see the [Container API docs](https://docs.astro.build/en/reference/container-reference/). For a feature overview, and to give feedback on this experimental API, see the [Container API roadmap discussion](https://github.com/withastro/roadmap/pull/916).