Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 78138b3

Browse files
committed
Making link open in an external window
1 parent 7b0076d commit 78138b3

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

src/pages/index.js

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const highlights = [
9696
title: "Unity Transport and Netcode for GameObjects",
9797
imageUrl: "img/hilight-code.jpg",
9898
description: (
99-
<>Unity Transport is a low-level networking library for multiplayer game development. It's the underlying protocol for Netcode for GameObjects, but you can also use it with a custom solution.</>
99+
<>Unity Netcode for GameObject uses Unity Transport by default!</>
100100
),
101101
link: (
102102
<>
@@ -162,18 +162,9 @@ function Home() {
162162
"button button--outline button--secondary button--lg",
163163
styles.heroButton
164164
)}
165-
to={useBaseUrl("netcode/current/about")}
165+
to={useBaseUrl("netcode/current/about")} target="_blank"
166166
>
167-
Netcode for GameObjects
168-
</Link>
169-
<Link
170-
className={clsx(
171-
"button button--outline button--secondary button--lg",
172-
styles.heroButton
173-
)}
174-
to="https://docs.unity3d.com/6000.0/Documentation/Manual/multiplayer.html"
175-
>
176-
Multiplayer Unity Manual
167+
Get Started
177168
</Link>
178169
</div>
179170
</div>
@@ -213,7 +204,7 @@ function Home() {
213204
<h1 className="blog-title">Be part of the community!</h1>
214205
<p className="blog-subtitle">
215206
We have an active community on Discord for tips, announcements, and
216-
interact with other users and Unity developers to help you on your Multiplayer
207+
interact with other users and Unity developers to help you on your Multiplayer Networking
217208
journey!
218209
Connect to our {" "}
219210
<a href="https://discord.gg/buMxnnPvTb" target="_blank">

0 commit comments

Comments
 (0)