Skip to content

Commit 95a2a3f

Browse files
committed
fix(docs): relative file links in examples README
1 parent 2920d9c commit 95a2a3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.noai

Whitespace-only changes.

examples/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
All examples share the same basic task:
44

5-
- compile document [`hello_world.tex`] with
6-
- dependencies given in [`Texlivefile`].
5+
- compile document [`hello_world.tex`](hello_world.tex) with
6+
- dependencies given in [`Texlivefile`](Texlivefile).
77

88
They go about it in different ways in order to showcase the flexibility
99
of using TeXlive in this way -- and to _specify_ how they should work
@@ -55,7 +55,7 @@ in CI/CD jobs which, unfortunately, has made them less readable.
5555

5656
Here are some remarks that should help.
5757

58-
- Script [_example_setup.sh] is `source`-ed from the top of each
58+
- Script [_example_setup.sh](_example_setup.sh) is `source`-ed from the top of each
5959
script. If defines variables that are then used in the example
6060
scripts.
6161

0 commit comments

Comments
 (0)