Skip to content

Commit

Permalink
doc: add player manual
Browse files Browse the repository at this point in the history
  • Loading branch information
buxx committed Apr 13, 2024
1 parent 493f28a commit a7208a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oc_launcher/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ impl eframe::App for Launcher {
ui.hyperlink_to("📄 Official website", "https://opencombat.bux.fr");
ui.hyperlink_to("🖮 Discord", "https://discord.gg/6P2vtFh2Px");
ui.hyperlink_to(" Github", "https://github.com/buxx/OpenCombat");
ui.hyperlink_to("📄 Manual", "https://github.com/buxx/OpenCombat/blob/master/doc/player/index.md");
});
ui.separator();

Expand Down

0 comments on commit a7208a6

Please sign in to comment.