diff --git a/frontend/src/components/MatchReplayButton.tsx b/frontend/src/components/MatchReplayButton.tsx index 553d0bb1f..0d8b0fae4 100644 --- a/frontend/src/components/MatchReplayButton.tsx +++ b/frontend/src/components/MatchReplayButton.tsx @@ -29,7 +29,7 @@ const MatchReplayButton: React.FC = ({ `https://releases.battlecode.org/client/${ episode.data?.artifact_name ?? "" }/${ - episode.data?.release_version_public ?? "" + episode.data?.release_version_client ?? "" }/index.html?gameSource=${match?.replay_url}`, "_blank", ); diff --git a/frontend/src/content/bc25java.ts b/frontend/src/content/bc25java.ts index 5ccf622b0..4af39ed5d 100644 --- a/frontend/src/content/bc25java.ts +++ b/frontend/src/content/bc25java.ts @@ -85,9 +85,9 @@ You can run games directly from the terminal with the gradle task \`./gradlew ru export const RESOURCES: Partial> = { "Game Specifications": ` -[Specifications for Battlecode 2025 Java!](https://releases.battlecode.org/specs/battlecode25/3.0.5/specs.md.html) +[Specifications for Battlecode 2025 Java!](https://releases.battlecode.org/specs/battlecode25/1.0.0/specs.pdf) -[Javadocs for Battlecode 2025 Java!](https://releases.battlecode.org/javadoc/battlecode25/3.0.5/index.html) +[Javadocs for Battlecode 2025 Java!](https://releases.battlecode.org/javadoc/battlecode25/1.0.0/index.html) `, "Coding Resources": ` diff --git a/frontend/src/content/bc25python.ts b/frontend/src/content/bc25python.ts index b0bd2d03e..bf273466b 100644 --- a/frontend/src/content/bc25python.ts +++ b/frontend/src/content/bc25python.ts @@ -54,9 +54,9 @@ You can run games directly from the terminal with the gradle task \`./run.py run export const RESOURCES: Partial> = { "Game Specifications": ` -[Specifications for Battlecode 2025 Python!](https://releases.battlecode.org/specs/battlecode25/3.0.5/specs.md.html) +[Specifications for Battlecode 2025 Python!](https://releases.battlecode.org/specs/battlecode25/1.0.0/specs.pdf) -The API for Battlecode Python is the same as Java. You can read the documentation [here](https://releases.battlecode.org/javadoc/battlecode25/3.0.5/index.html). +The API for Battlecode Python is the same as Java. You can read the documentation [here](https://releases.battlecode.org/javadoc/battlecode25/1.0.0/index.html). `, "Coding Resources": `