Skip to content

Commit 898ca24

Browse files
committed
fix links
1 parent bc136b2 commit 898ca24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/developer-tools/game-sdk.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -592,10 +592,10 @@ For more detailed information and documentation around the Rich Presence feature
592592
| name | string | name of the application - this is a read-only field |
593593
| state | string | the player's current party status |
594594
| details? | ?string | what the player is currently doing |
595-
| timestamps? | ?[ActivityTimestamps](/docs/developer-tools/game-sdk/activitytimestamps-struct) | helps create elapsed/remaining timestamps on a player's profile |
596-
| assets? | ?[ActivityAssets](/docs/developer-tools/game-sdk/activityassets-struct) | assets to display on the player's profile |
597-
| party? | ?[ActivityParty](/docs/developer-tools/game-sdk/activityparty-struct) | information about the player's party |
598-
| secrets? | ?[ActivitySecrets](/docs/developer-tools/game-sdk/activitysecrets-struct) | secret passwords for joining and spectating the player's game |
595+
| timestamps? | ?[ActivityTimestamps](/docs/developer-tools/game-sdk#activitytimestamps-struct) | helps create elapsed/remaining timestamps on a player's profile |
596+
| assets? | ?[ActivityAssets](/docs/developer-tools/game-sdk#activityassets-struct) | assets to display on the player's profile |
597+
| party? | ?[ActivityParty](/docs/developer-tools/game-sdk#activityparty-struct) | information about the player's party |
598+
| secrets? | ?[ActivitySecrets](/docs/developer-tools/game-sdk#activitysecrets-struct) | secret passwords for joining and spectating the player's game |
599599
| instance? | ?bool | whether this activity is an instanced context, like a match |
600600

601601
#### ActivityTimestamps Struct

0 commit comments

Comments
 (0)