diff --git a/apps/pdp11/tapes/README.md b/apps/pdp11/tapes/README.md
index d3b5b2128..5f6e83e65 100644
--- a/apps/pdp11/tapes/README.md
+++ b/apps/pdp11/tapes/README.md
@@ -12,8 +12,8 @@ We have archived the following DEC PDP-11 Tapes:
- [Absolute Loader](absloader/)
- [BASIC (Single User)](basic/)
-along with a copy of the [DEC PDP-11 Bootstrap Loader](bootstrap/), which is required if you actually want to
-load any of the above tapes into memory using the [PC11 High-Speed Paper Tape Reader/Punch](/devices/pdp11/pc11/).
+along with a copy of the [DEC PDP-11 Bootstrap Loader](/apps/pdp11/boot/bootstrap/), which is required if you actually want
+to load any of the above tapes into memory using the [PC11 High-Speed Paper Tape Reader/Punch](/devices/pdp11/pc11/).
To make it easy for PDPjs machines to load these tapes, we created the following High-Speed
Paper Tape Reader (PC11) configurations:
diff --git a/apps/pdp11/tapes/absloader/README.md b/apps/pdp11/tapes/absloader/README.md
index cedbefa90..ded2b0ef7 100644
--- a/apps/pdp11/tapes/absloader/README.md
+++ b/apps/pdp11/tapes/absloader/README.md
@@ -8,9 +8,8 @@ DEC PDP-11 Absolute Loader
--------------------------
The Absolute Loader is a special tape image that must be loaded in order to load *other* tapes
-which use the Absolute Loader format.
-
-To see the Absolute Loader in action, start with the [Bootstrap Loader Demo](/devices/pdp11/machine/1120/bootstrap/debugger/).
+which use the Absolute Loader format. To see the Absolute Loader in action, start with the
+[Bootstrap Loader Demo](/devices/pdp11/machine/1120/bootstrap/debugger/).
PCjs has archived the following DEC resources:
diff --git a/devices/pdp11/machine/1120/bootstrap/README.md b/devices/pdp11/machine/1120/bootstrap/README.md
index 53a2929b2..e56f8d35e 100644
--- a/devices/pdp11/machine/1120/bootstrap/README.md
+++ b/devices/pdp11/machine/1120/bootstrap/README.md
@@ -16,7 +16,7 @@ This machine pre-loads the **[Bootstrap Loader](/apps/pdp11/boot/bootstrap/)** c
and then pre-attaches the **[Absolute Loader](/apps/pdp11/tapes/absloader/)** tape image to the PC11 Paper Tape Reader:
- ...
+ ...
Click "Run" to load the **[Absolute Loader](/apps/pdp11/tapes/absloader/)**.
When the **[Bootstrap Loader](/apps/pdp11/boot/bootstrap/)** is finished, it will HALT,
diff --git a/devices/pdp11/pc11/README.md b/devices/pdp11/pc11/README.md
index 8e745d201..b30c0854c 100644
--- a/devices/pdp11/pc11/README.md
+++ b/devices/pdp11/pc11/README.md
@@ -11,13 +11,13 @@ PDPjs implements the PC11 component in [pc11.js](/modules/pdp11/lib/pc11.js).
A selection of [Paper Tape Images](/apps/pdp11/tapes/) have been archived for use by PDPjs machines:
-- [Bootstrap Loader Demo](/devices/pdp11/machine/1120/bootstrap/) (with [Debugger](/devices/pdp11/machine/1120/bootstrap/debugger/))
+- [Bootstrap Loader Demo](/devices/pdp11/machine/1120/bootstrap/)
- [PDP-11/20 BASIC Demo](/devices/pdp11/machine/1120/basic/) (with [Debugger](/devices/pdp11/machine/1120/basic/debugger/))
The tape images are typically listed in a common configuration file that all machines can use, such as [demo.xml](demo.xml):
-
+
Paper Tape Controls