Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -50,7 +50,7 @@ const Welcome = () => {
If you need help along the way feel free to reach out to our team on <a className="text-white font-bold hover:text-blue-200" href="https://discord.gg/TQfUfFbFJr"> Discord for additional support</a>.
</p>
<a
href="https://docs.devcycle.com/docs/home/introduction"
href="https://docs.devcycle.com/docs/home/"
className="mt-8 bg-white border border-transparent rounded-md shadow px-5 py-3 inline-flex items-center text-base font-medium text-blue-600 hover:bg-blue-50"
>
Get Started
Expand Down