From db9ebe3bcacb60eee1519d90140c3f2b24013b83 Mon Sep 17 00:00:00 2001 From: "yongen.loong" Date: Tue, 18 Jun 2024 13:30:22 +0800 Subject: [PATCH] fix: footer links --- footer-links.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/footer-links.json b/footer-links.json index 62939b8..65765ce 100644 --- a/footer-links.json +++ b/footer-links.json @@ -4,8 +4,8 @@ "title": "Docs", "items": [ { - "label": "Tutorial", - "to": "/docs/intro" + "label": "Home", + "to": "/" } ] }, @@ -26,8 +26,8 @@ "title": "More", "items": [ { - "label": "Blog", - "to": "/blog" + "label": "Medium", + "href": "https://medium.com/aelfblockchain" }, { "label": "GitHub",