diff --git a/pubs/docs/README.md b/pubs/docs/README.md
index 14612ce99..2a0f781e3 100644
--- a/pubs/docs/README.md
+++ b/pubs/docs/README.md
@@ -14,24 +14,6 @@ Preliminary documentation is available for the following PCjs machines:
* [C1Pjs](c1pjs/)
* [PCx86](pcx86/)
-For general historical interest, the project includes a [Publication Archive](/pubs/) that covers:
-
-* [IBM PCs and Compatibles](/pubs/pc/)
- * [CPU Documents](/pubs/pc/reference/intel/)
- * [Datasheets](/pubs/pc/datasheets/)
- * [Magazines](/pubs/pc/magazines/)
- * [Programming Guides](/pubs/pc/programming/)
- * [Reference Manuals](/pubs/pc/reference/)
- * [Software User and Development Guides](/pubs/pc/software/) (eg, [DOS](/pubs/pc/software/dos/), [OS/2](/pubs/pc/software/os2/), [Windows](/pubs/pc/software/windows/))
-* [Digital Equipment Corporation (DEC)](/pubs/dec/)
- * [PDP-10](/pubs/dec/pdp10/)
- * [PDP-11](/pubs/dec/pdp11/)
- * [VT100](/pubs/dec/vt100/)
-* [Ohio Scientific's 6502-based Challenger 1P](/pubs/c1p/)
- * [Datasheets](/pubs/c1p/datasheets/)
- * [Programming Guides/Samples](/pubs/c1p/programming/)
- * [Reference Manuals](/pubs/c1p/techref/)
-
{% if site.developer %}
Eventually, the project may also provide summaries of all supported CPU instructions; e.g.:
@@ -41,13 +23,15 @@ Eventually, the project may also provide summaries of all supported CPU instruct
{% endif %}
-Finally, we have an eclectic collection of personal documents, ranging from early PC debugging notes to old program
+We also have an eclectic collection of personal documents, ranging from early PC debugging notes to old program
listings and more:
* [Personal Documents of Dubious Historical Interest](personal/)
---
+For general historical interest, the project includes a [Publication Archive](/pubs/).
+
[
](/pubs/pc/datasheets/)
[
](/pubs/pc/magazines/byte/)
[
](/pubs/pc/magazines/msj/)
diff --git a/pubs/docs/personal/README.md b/pubs/docs/personal/README.md
index b54534d46..2e0c08db8 100644
--- a/pubs/docs/personal/README.md
+++ b/pubs/docs/personal/README.md
@@ -14,8 +14,8 @@ adventures in PC debugging: decoding and disabling [dBASE III Copy-Protection](#
### dBASE III Copy-Protection
-* [dBASE III Debugging Notes](1984-09-16--DBASE_III_DEBUG.pdf)
-* [dBASE III Patching Procedure](1984-09-25--DBASE_III_PATCH.pdf)
+* [dBASE III Debugging Notes](/pubs/docs/personal/1984-09-16--DBASE_III_DEBUG.pdf)
+* [dBASE III Patching Procedure](/pubs/docs/personal/1984-09-25--DBASE_III_PATCH.pdf)
NOTE: Copies of the [dBASE III](/disks/pcx86/apps/other/dbase3/1.0/) disks can be found in our [IBM PC Disk Library](/disks/pcx86/).
diff --git a/pubs/docs/x86/ops/AAA/README.md b/pubs/docs/x86/ops/AAA/README.md
index 1c476ebc0..bdb5b7a6d 100644
--- a/pubs/docs/x86/ops/AAA/README.md
+++ b/pubs/docs/x86/ops/AAA/README.md
@@ -74,13 +74,3 @@ none | 0 | 8 | 8 | 3 | 4 | 3
---
Source: PC Magazine "Programmer's Technical Reference: The Processor and Coprocessor," by Robert L. Hummel.
-
----
-
-### PCjs Code
-
-{% highlight javascript linenos %}
-
-{% include_relative pcjs/opAAA.js %}
-
-{% endhighlight %}
diff --git a/pubs/docs/x86/ops/AAD/README.md b/pubs/docs/x86/ops/AAD/README.md
index d7ada033f..fa36f037d 100644
--- a/pubs/docs/x86/ops/AAD/README.md
+++ b/pubs/docs/x86/ops/AAD/README.md
@@ -45,4 +45,4 @@ Excerpt from [http://www.rcollins.org/secrets/opcodes/AAD.html](http://www.rcoll
The following related files were saved on February 16, 2015 from [http://www.rcollins.org](http://www.rcollins.org/):
-* [AAD.ASM](AAD.ASM)
+* [AAD.ASM](/pubs/docs/x86/ops/AAD/AAD.ASM)
diff --git a/pubs/docs/x86/ops/AAM/README.md b/pubs/docs/x86/ops/AAM/README.md
index 1f74e1fc5..8794089c5 100644
--- a/pubs/docs/x86/ops/AAM/README.md
+++ b/pubs/docs/x86/ops/AAM/README.md
@@ -61,4 +61,4 @@ Excerpt from [http://www.rcollins.org/secrets/opcodes/AAM.html](http://www.rcoll
The following related files were saved on February 16, 2015 from [http://www.rcollins.org](http://www.rcollins.org/):
-* [AAM.ASM](AAM.ASM)
+* [AAM.ASM](/pubs/docs/x86/ops/AAM/AAM.ASM)
diff --git a/pubs/docs/x86/ops/LOADALL/README.md b/pubs/docs/x86/ops/LOADALL/README.md
index a155e17b9..d7be1b813 100644
--- a/pubs/docs/x86/ops/LOADALL/README.md
+++ b/pubs/docs/x86/ops/LOADALL/README.md
@@ -229,12 +229,12 @@ Excerpt from [http://www.rcollins.org/secrets/opcodes/LOADALL.html](http://www.r
The following related files were saved on February 16, 2015 from [http://www.rcollins.org](http://www.rcollins.org/):
-* [The LOADALL Instruction](tspec_a3_doc.html)
-* [286LOAD.ASM](286load.asm)
-* [386LOAD.ASM](386load.asm)
-* [CPU_TYPE.ASM](cpu_type.asm)
-* [EMULOAD.ASM](emuload.asm)
-* [LOADFNS.286](loadfns.286.asm)
-* [LOADFNS.386](loadfns.386.asm)
-* [MACROS.286](macros.286.asm)
-* [MACROS.386](macros.386.asm)
+* [The LOADALL Instruction](/pubs/docs/x86/ops/LOADALL/tspec_a3_doc.html)
+* [286LOAD.ASM](/pubs/docs/x86/ops/LOADALL/286load.asm)
+* [386LOAD.ASM](/pubs/docs/x86/ops/LOADALL/386load.asm)
+* [CPU_TYPE.ASM](/pubs/docs/x86/ops/LOADALL/cpu_type.asm)
+* [EMULOAD.ASM](/pubs/docs/x86/ops/LOADALL/emuload.asm)
+* [LOADFNS.286](/pubs/docs/x86/ops/LOADALL/loadfns.286.asm)
+* [LOADFNS.386](/pubs/docs/x86/ops/LOADALL/loadfns.386.asm)
+* [MACROS.286](/pubs/docs/x86/ops/LOADALL/macros.286.asm)
+* [MACROS.386](/pubs/docs/x86/ops/LOADALL/macros.386.asm)