From 97cdbd59362378da721a793b12d4fca57011c8ee Mon Sep 17 00:00:00 2001
From: "Victor Vucicevich (Vic Vu)"
Date: Wed, 29 Mar 2023 10:23:02 -0400
Subject: [PATCH] fix urls on index
---
src/pages/index.jsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pages/index.jsx b/src/pages/index.jsx
index 4bbcfb7a..83dbccdd 100644
--- a/src/pages/index.jsx
+++ b/src/pages/index.jsx
@@ -14,7 +14,7 @@ const sections = [
},
{
name: 'Using Our SDKs',
- link: '/docs/sdk/index',
+ link: '/docs/sdk/',
description:
'Find the right SDK for your codebase and the best way to implement it for your needs. These docs include our supported functions as well as unique behaviors on different platforms.',
icon: CubeIcon,
@@ -50,7 +50,7 @@ const Welcome = () => {
If you need help along the way feel free to reach out to our team on Discord for additional support.
Get Started