Skip to content

Commit 264fd6d

Browse files
committed
📝 Fix broken links; resolves #792
1 parent 4d8454e commit 264fd6d

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

docs/alternateRun.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
JBang is a tool designed to simplify Java application execution. By eliminating the need for traditional build tools and app servers, JBang enables quick and easy running of Java apps, scripts, and more.
2121

22-
1. Install JBang: <https://www.jbang.dev/documentation/guide/latest/installation.html>
22+
1. Install JBang: <https://www.jbang.dev/documentation/jbang/latest/installation.html>
2323

2424
2. Install the pre-built release of ttrpg-convert-cli:
2525

@@ -128,7 +128,7 @@ To run the CLI, you will need to have **Java 17** installed on your system.
128128
2. Download the CLI as a jar
129129
130130
- Latest release: [ttrpg-convert-cli-3.1.5-runner.jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/3.1.5/ttrpg-convert-cli-3.1.5-runner.jar)
131-
- 🚧 [_unreleased snapshot_][]: [ttrpg-convert-cli-299-SNAPSHOT-runner.jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/299-SNAPSHOT/ttrpg-convert-cli-299-SNAPSHOT-runner.jar)
131+
- 🚧 [_unreleased snapshot_][]: [ttrpg-convert-cli-399-SNAPSHOT-runner.jar](https://github.com/ebullient/ttrpg-convert-cli/releases/download/399-SNAPSHOT/ttrpg-convert-cli-399-SNAPSHOT-runner.jar)
132132
133133
3. Verify the install by running the command:
134134

src/test/resources/5e-sourceTypes.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@
9494
"DrDe-SD",
9595
"DrDe-ACfaS",
9696
"DrDe-DotSC",
97-
"HotB"
97+
"HotB",
98+
"WttHC"
9899
],
99100
"book" : [
100101
"PHB",

0 commit comments

Comments
 (0)