Skip to content

Commit 25ba697

Browse files
authored
Fix broken link on homepage
1 parent cb26b72 commit 25ba697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const features = [
2020
),
2121
link: (
2222
<>
23-
<a href="netcode/current/tutorials/get-started-with-ngo" className="land-link">
23+
<a href="netcode/current/about" className="land-link">
2424
Learn more about Netcode for GameObjects
2525
</a>
2626
</>

0 commit comments

Comments
 (0)