From 79335606e600bd3ce1d08e24bb60bf4962368023 Mon Sep 17 00:00:00 2001
From: Kris Simon <kris@ausdertechnik.de>
Date: Mon, 19 Feb 2024 13:55:51 +0100
Subject: [PATCH] =?UTF-8?q?107=20|=C2=A0ks=20|=20link=20=E2=80=9CLessons?=
 =?UTF-8?q?=E2=80=9D=20in=20footer=20to=20version=202.0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 docusaurus.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index d2e3c6ac..b0e95ae6 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -87,7 +87,7 @@ const config = {
             items: [
               {
                 label: 'Lessons',
-                to: '/docs/intro',
+                to: '/docs/2.0/intro',
               },
             ],
           },