summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/fair-trees-crash.md5
-rw-r--r--packages/astro/src/@types/astro.ts2
2 files changed, 6 insertions, 1 deletions
diff --git a/.changeset/fair-trees-crash.md b/.changeset/fair-trees-crash.md
new file mode 100644
index 000000000..4eb8b3f45
--- /dev/null
+++ b/.changeset/fair-trees-crash.md
@@ -0,0 +1,5 @@
+---
+astro: patch
+---
+
+Updates the documentation for experimental `astro:env` with a corrected link to the RFC proposal
diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts
index c584e5657..4bc383062 100644
--- a/packages/astro/src/@types/astro.ts
+++ b/packages/astro/src/@types/astro.ts
@@ -2057,7 +2057,7 @@ export interface AstroUserConfig {
*
* **Note:** Secret client variables are not supported because there is no safe way to send this data to the client. Therefore, it is not possible to configure both `context: "client"` and `access: "secret"` in your schema.
*
- * For a complete overview, and to give feedback on this experimental API, see the [Astro Env RFC](https://github.com/withastro/roadmap/blob/feat/astro-env-rfc/proposals/0046-astro-env.md).
+ * For a complete overview, and to give feedback on this experimental API, see the [Astro Env RFC](https://github.com/withastro/roadmap/blob/main/proposals/0049-astro-env.md).
*/
env?: {
/**