Convert list of formats into direct links to the files
This commit is contained in:
parent
ef900122d5
commit
00db3f6afb
30
README.md
30
README.md
|
@ -12,7 +12,7 @@ The `.md` files in the root of this project are used to generate the different r
|
|||
|
||||
## Download For Play
|
||||
|
||||
The `releases` folder contains the following forms of the game
|
||||
The [releases](https://git.kemonine.info/TableTopGames/mindfulness-the-game/src/branch/main/release) folder contains the following forms of the game
|
||||
|
||||
## Full Game
|
||||
|
||||
|
@ -20,10 +20,10 @@ The full game.
|
|||
|
||||
### Available Formats
|
||||
|
||||
* Markdown source code
|
||||
* PDF - US Letter
|
||||
* PDF - A4
|
||||
* org-mode
|
||||
* [Markdown source code](https://git.kemonine.info/TableTopGames/mindfulness-the-game/raw/branch/main/mindfulness_the_game.md)
|
||||
* [PDF - US Letter](https://git.kemonine.info/TableTopGames/mindfulness-the-game/raw/branch/main/release/_mindfulness_the_game_letter.pdf)
|
||||
* [PDF - A4](https://git.kemonine.info/TableTopGames/mindfulness-the-game/raw/branch/main/release/_mindfulness_the_game_a4.pdf)
|
||||
* [org-mode](https://git.kemonine.info/TableTopGames/mindfulness-the-game/raw/branch/main/release/_mindfulness_the_game.org)
|
||||
|
||||
## Condensed Game
|
||||
|
||||
|
@ -31,11 +31,11 @@ A single page form of the game that can be used for prompting once familiar with
|
|||
|
||||
### Available formats
|
||||
|
||||
* Markdown source code
|
||||
* PDF - US Letter
|
||||
* PDF - A4
|
||||
* PDF - A5
|
||||
* org-mode
|
||||
* [Markdown source code](https://git.kemonine.info/TableTopGames/mindfulness-the-game/raw/branch/main/condensed_mindfulness_the_game.md)
|
||||
* [PDF - US Letter](https://git.kemonine.info/TableTopGames/mindfulness-the-game/raw/branch/main/release/condensed_mindfulness_the_game_letter.pdf)
|
||||
* [PDF - A4](https://git.kemonine.info/TableTopGames/mindfulness-the-game/raw/branch/main/release/condensed_mindfulness_the_game_a4.pdf)
|
||||
* [PDF - A5](https://git.kemonine.info/TableTopGames/mindfulness-the-game/raw/branch/main/release/condensed_mindfulness_the_game_a5.pdf)
|
||||
* [org-mode](https://git.kemonine.info/TableTopGames/mindfulness-the-game/raw/branch/main/release/condensed_mindfulness_the_game.org)
|
||||
|
||||
## Quick Reference
|
||||
|
||||
|
@ -43,11 +43,11 @@ A credit card sized form of the game. This version is designed to be printed on
|
|||
|
||||
### Available formats
|
||||
|
||||
* Markdown source code
|
||||
* PDF - A6
|
||||
* PDF - A7
|
||||
* PDF - Business card
|
||||
* org-mode
|
||||
* [Markdown source code](https://git.kemonine.info/TableTopGames/mindfulness-the-game/raw/branch/main/quick_reference.md)
|
||||
* [PDF - A6](https://git.kemonine.info/TableTopGames/mindfulness-the-game/raw/branch/main/release/quick_reference_a6.pdf)
|
||||
* [PDF - A7](https://git.kemonine.info/TableTopGames/mindfulness-the-game/raw/branch/main/release/quick_reference_a7.pdf)
|
||||
* [PDF - Business card](https://git.kemonine.info/TableTopGames/mindfulness-the-game/raw/branch/main/release/quick_reference_business_card.pdf)
|
||||
* [org-mode](https://git.kemonine.info/TableTopGames/mindfulness-the-game/raw/branch/main/release/quick_reference.org)
|
||||
|
||||
## Licensing
|
||||
|
||||
|
|
Loading…
Reference in a new issue