aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/docs/src/pages/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/docs/src/pages/index.tsx')
-rw-r--r--subprojects/docs/src/pages/index.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/subprojects/docs/src/pages/index.tsx b/subprojects/docs/src/pages/index.tsx
index 25884336..713223c2 100644
--- a/subprojects/docs/src/pages/index.tsx
+++ b/subprojects/docs/src/pages/index.tsx
@@ -34,7 +34,7 @@ function Hero() {
34 Try online 34 Try online
35 </Link> 35 </Link>
36 <Link 36 <Link
37 to="/docs/docker" 37 to="/learn/docker"
38 className={clsx( 38 className={clsx(
39 'button', 39 'button',
40 'button--lg', 40 'button--lg',
@@ -45,7 +45,7 @@ function Hero() {
45 Try in Docker 45 Try in Docker
46 </Link> 46 </Link>
47 <Link 47 <Link
48 to="/docs/tutorials/file-system" 48 to="/learn/tutorials/file-system"
49 className={clsx( 49 className={clsx(
50 'button', 50 'button',
51 'button--lg', 51 'button--lg',