Skip to content

Commit 81147db

Browse files
committed
Fixed broken relative link in README.md.
1 parent 8342fc7 commit 81147db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ See [Binary Native Targets](#binary-native-targets)
1919
and [Binary Compatibility Matrix](#binary-compatibility-matrix)
2020
to determine which binary is right for your system.
2121

22-
#### Watcom Lua Executables (WLE#####.zip)
22+
#### Watcom Lua Executables
2323
This zip contains all demo scripts and platform binaries as regular files.
2424
The zip is formatted with DOS headers and has 8.3 friendly names.
2525

26-
#### Watcom Lua floppy disk Images (WLI#####.zip)
26+
#### Watcom Lua floppy disk Images
2727
This zip contains two floppy disk format images (`.ima` format)
2828
which are ready to be written to real disks for distributing to retro machines
2929
or opened by [emulators](#emulators) directly.
30-
To save space on these disk images binaries have been compressed
30+
To save space on these disk images, binaries have been compressed
3131
by [UPX](https://upx.github.io/) where possible.
3232

3333
| Disk Image | Description |
3434
|----------------|---------------------------------------------------------------------------------------------------------------------------|
35-
| `LUAMULTI.IMA` | A 1.4MB 3½ floppy disk image that contains all the same files as [Lua Exe.zip](#lua-exezip-) |
35+
| `LUAMULTI.IMA` | A 1.4MB 3½ floppy disk image that contains all the same files as [executable zip](#Watcom-Lua-Executables) |
3636
| `LUA160k.IMA` | A 160k 5¼ floppy disk image with subset of scripts with only the DOS binary due to space limitations of this type of disk |
3737

3838
## System Requirements

0 commit comments

Comments
 (0)