|
1 | 1 | ## 📄 Documentation
|
2 | 2 |
|
3 |
| -You find the Robocode Tank Royale [documentation here](https://robocode-dev.github.io/tank-royale/index.html). You should start out by reading [Getting Started](https://robocode-dev.github.io/tank-royale/tutorial/getting-started.html) first. |
| 3 | +You find the Robocode Tank Royale [documentation here](https://robocode-dev.github.io/tank-royale/index.html). You should start out by reading [Getting Started] first. |
4 | 4 |
|
5 | 5 | ### 🔨 Try it out
|
6 | 6 |
|
7 |
| -Please head over to [My First Bot tutorial](https://robocode-dev.github.io/tank-royale/tutorial/my-first-bot.html) to learn how to set up your first bot for Robocode Tank Royale. |
| 7 | +Please head over to [My First Bot tutorial] to learn how to set up your first bot for Robocode Tank Royale. |
8 | 8 |
|
9 | 9 | ## 🛠 Installing Robocode
|
10 | 10 |
|
@@ -56,22 +56,20 @@ Available as:
|
56 | 56 | - Artifact at [Nuget repository](https://www.nuget.org/packages/Robocode.TankRoyale.BotApi/{VERSION})
|
57 | 57 |
|
58 | 58 |
|
59 |
| -[installation guide]: https://robocode-dev.github.io/tank-royale/articles/installation.html "Installing and running Robocode" |
60 |
| - |
61 |
| -[GUI Application]: https://robocode-dev.github.io/tank-royale/articles/gui.html "The GUI application" |
| 59 | +[sample-bots-csharp-{VERSION}.zip]: https://github.com/robocode-dev/tank-royale/releases/download/v{VERSION}/sample-bots-csharp-{VERSION}.zip |
62 | 60 |
|
63 |
| -[BotInfo/BotHandshake]: https://github.com/robocode-dev/tank-royale/blob/master/schema/schemas/bot-handshake.yaml |
| 61 | +[sample-bots-java-{VERSION}.zip]: https://github.com/robocode-dev/tank-royale/releases/download/v{VERSION}/sample-bots-java-{VERSION}.zip |
64 | 62 |
|
65 |
| -[BotInfo.FromConfiguration(IConfiguration)]: https://robocode-dev.github.io/tank-royale/api/dotnet/api/Robocode.TankRoyale.BotApi.BotInfo.html#Robocode_TankRoyale_BotApi_BotInfo_FromConfiguration_Microsoft_Extensions_Configuration_IConfiguration_ |
| 63 | +[robocode-tankroyale-bot-api-{VERSION}.jar]: https://s01.oss.sonatype.org/service/local/repositories/releases/content/dev/robocode/tankroyale/robocode-tankroyale-bot-api/{VERSION}/robocode-tankroyale-bot-api-{VERSION}.jar |
66 | 64 |
|
67 |
| -[sounds releases]: https://github.com/robocode-dev/sounds/releases |
| 65 | +[.Net SDK]: https://dotnet.microsoft.com/en-us/download/dotnet |
68 | 66 |
|
69 |
| -[GitHub Pages]: https://robocode-dev.github.io/tank-royale/ |
| 67 | +[Java SDK]: https://robocode-dev.github.io/tank-royale/articles/installation.html#java-11-or-newer |
70 | 68 |
|
71 |
| -[ANSI escape code]: https://en.wikipedia.org/w/index.php?title=ANSI_escape_code |
| 69 | +[My First Bot tutorial]: https://robocode-dev.github.io/tank-royale/tutorial/my-first-bot.html "My First Bot Tutorial" |
72 | 70 |
|
73 |
| -[Events tab]: https://robocode-dev.github.io/tank-royale/articles/gui.html#viewing-the-bot-events "Events tab in Bot Console" |
| 71 | +[Getting Started]: https://robocode-dev.github.io/tank-royale/tutorial/getting-started.html "Getting Started" |
74 | 72 |
|
75 |
| -[Robocode API Bridge]: https://github.com/robocode-dev/robocode-api-bridge "Robocode API bridge for Tank Royale" |
| 73 | +[installation guide]: https://robocode-dev.github.io/tank-royale/articles/installation.html "Installing and running Robocode" |
76 | 74 |
|
77 |
| -[Socket Activation]: https://insanity.industries/post/socket-activation-all-the-things/ "Socket Activation" |
| 75 | +[GUI Application]: https://robocode-dev.github.io/tank-royale/articles/gui.html "The GUI application" |
0 commit comments