summaryrefslogtreecommitdiff
path: root/examples/with-markdoc/src
diff options
context:
space:
mode:
authorGravatar Jacob Lamb <jacobtlamb@hey.com> 2024-01-25 02:18:06 -0800
committerGravatar GitHub <noreply@github.com> 2024-01-25 10:18:06 +0000
commit53f1c95717633c15478079d609958b52998ed4ea (patch)
tree73e035478a65506e90f67ef355879bd2c61897e2 /examples/with-markdoc/src
parent57ab578bc7bdac6c65c2315365c0e94bc98af2b3 (diff)
downloadastro-53f1c95717633c15478079d609958b52998ed4ea.tar.gz
astro-53f1c95717633c15478079d609958b52998ed4ea.tar.zst
astro-53f1c95717633c15478079d609958b52998ed4ea.zip
Fix: update doc links (#9804)
* Fix: update doc links * More links * Remove docs line
Diffstat (limited to 'examples/with-markdoc/src')
-rw-r--r--examples/with-markdoc/src/components/Aside.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-markdoc/src/components/Aside.astro b/examples/with-markdoc/src/components/Aside.astro
index ec93314f2..be15e8c0a 100644
--- a/examples/with-markdoc/src/components/Aside.astro
+++ b/examples/with-markdoc/src/components/Aside.astro
@@ -1,6 +1,6 @@
---
// Inspired by the `Aside` component from docs.astro.build
-// https://github.com/withastro/docs/blob/main/src/components/Aside.astro
+// https://github.com/withastro/starlight/blob/main/packages/starlight/integrations/asides.ts
interface Props {
type?: 'note' | 'tip' | 'caution' | 'danger';