Skip to content

Commit d3b0dc6

Browse files
committed
[Portal] Fix Unity link (#4876)
<!-- start pr-codex --> ## PR-Codex overview This PR updates the links in the `page.mdx` file for the Unity SDK to reflect the correct versioning in the URLs. ### Detailed summary - Updated the link in the text from `/unity/getting-started` to `/unity/v5/getting-started`. - Changed the `href` attribute of the `ArticleIconCard` component from `/unity/getting-started` to `/unity/v5/getting-started`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 98c5fd0 commit d3b0dc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/portal/src/app/unity/v5/page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ You can download the latest version of the SDK from our [GitHub releases page](h
2222

2323
## Get Started
2424

25-
Check out the [getting started](/unity/getting-started) guide to learn how to use the SDK in less than 2 minutes.
25+
Check out the [getting started](/unity/v5/getting-started) guide to learn how to use the SDK in less than 2 minutes.
2626

2727
<ArticleIconCard
28-
href="/unity/getting-started"
28+
href="/unity/v5/getting-started"
2929
icon={GraduationCap}
3030
title="Get started with the Unity SDK"
3131
/>

0 commit comments

Comments
 (0)