Skip to content

Commit 3fda5fa

Browse files
Updated release docs template
1 parent 0946d83 commit 3fda5fa

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

buildSrc/src/main/resources/release/release-docs-template.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## 📄 Documentation
22

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.
44

55
### 🔨 Try it out
66

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.
88

99
## 🛠 Installing Robocode
1010

@@ -56,22 +56,20 @@ Available as:
5656
- Artifact at [Nuget repository](https://www.nuget.org/packages/Robocode.TankRoyale.BotApi/{VERSION})
5757

5858

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
6260

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
6462

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
6664

67-
[sounds releases]: https://github.com/robocode-dev/sounds/releases
65+
[.Net SDK]: https://dotnet.microsoft.com/en-us/download/dotnet
6866

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
7068

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"
7270

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"
7472

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"
7674

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

Comments
 (0)