From 250184a9f4be1484296a68c9d7c67bb61a020b80 Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Mon, 16 Jun 2025 21:44:44 +0300 Subject: [PATCH] Fix broken homepage link in 500 error page --- src/pages/500.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/500.mdx b/src/pages/500.mdx index 5f762e9f..95e107fd 100644 --- a/src/pages/500.mdx +++ b/src/pages/500.mdx @@ -2,7 +2,7 @@ ![500 Error Warning.](/img/icons/500-page.svg) -## Something isn't quite right. Let's start again on the [homepage](index). +## Something isn't quite right. Let's start again on the [homepage](index.mdx). #### Please help by [submitting an issue](https://github.com/inkonchain/docs/issues/new) for the broken link. ❤️