summaryrefslogtreecommitdiff
path: root/docs/src/pages/guides/environment-variables.md
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-11-23 14:47:05 -0800
committerGravatar GitHub <noreply@github.com> 2021-11-23 14:47:05 -0800
commit7476a92461c4ed3e9b879d3ee7669ba59d027248 (patch)
tree8d32e787f467b8efdcc2de52786cd306834c4d36 /docs/src/pages/guides/environment-variables.md
parent9ed6b3c0f00722436f4b30829046c1e9ef4e5765 (diff)
downloadastro-7476a92461c4ed3e9b879d3ee7669ba59d027248.tar.gz
astro-7476a92461c4ed3e9b879d3ee7669ba59d027248.tar.zst
astro-7476a92461c4ed3e9b879d3ee7669ba59d027248.zip
update repo URL (#1994)
Diffstat (limited to 'docs/src/pages/guides/environment-variables.md')
-rw-r--r--docs/src/pages/guides/environment-variables.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/guides/environment-variables.md b/docs/src/pages/guides/environment-variables.md
index 26e19ff7f..30ab36398 100644
--- a/docs/src/pages/guides/environment-variables.md
+++ b/docs/src/pages/guides/environment-variables.md
@@ -6,7 +6,7 @@ description: Learn how to use environment variables in an Astro project.
Astro uses Vite for environment variables, and allows you to use any of its methods to get and set environment variables. Note that all environment variables must be prefixed with `PUBLIC_` to be accessible by client side code.
-The ability to access private variables on the server side is [still being discussed](https://github.com/snowpackjs/astro/issues/1765).
+The ability to access private variables on the server side is [still being discussed](https://github.com/withastro/astro/issues/1765).
## Setting environment variables