summaryrefslogtreecommitdiff
path: root/examples/docs/src/config.ts
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 /examples/docs/src/config.ts
parent9ed6b3c0f00722436f4b30829046c1e9ef4e5765 (diff)
downloadastro-7476a92461c4ed3e9b879d3ee7669ba59d027248.tar.gz
astro-7476a92461c4ed3e9b879d3ee7669ba59d027248.tar.zst
astro-7476a92461c4ed3e9b879d3ee7669ba59d027248.zip
update repo URL (#1994)
Diffstat (limited to 'examples/docs/src/config.ts')
-rw-r--r--examples/docs/src/config.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/docs/src/config.ts b/examples/docs/src/config.ts
index 1ccc647d3..ae4321f48 100644
--- a/examples/docs/src/config.ts
+++ b/examples/docs/src/config.ts
@@ -6,7 +6,7 @@ export const SITE = {
export const OPEN_GRAPH = {
image: {
- src: 'https://github.com/snowpackjs/astro/blob/main/assets/social/banner.jpg?raw=true',
+ src: 'https://github.com/withastro/astro/blob/main/assets/social/banner.jpg?raw=true',
alt: 'astro logo on a starry expanse of space,' + ' with a purple saturn-like planet floating in the right foreground',
},
twitter: 'astrodotbuild',
@@ -17,7 +17,7 @@ export const KNOWN_LANGUAGES = {
};
// Uncomment this to add an "Edit this page" button to every page of documentation.
-// export const GITHUB_EDIT_URL = `https://github.com/snowpackjs/astro/blob/main/docs/`;
+// export const GITHUB_EDIT_URL = `https://github.com/withastro/astro/blob/main/docs/`;
// Uncomment this to add an "Join our Community" button to every page of documentation.
// export const COMMUNITY_INVITE_URL = `https://astro.build/chat`;