From 0388d76e0493cd162a922a6746c1bb3ff2fe3527 Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Sat, 18 Jul 2015 17:26:41 -0700 Subject: [PATCH] Fix README links --- blog/2015/04/16/README.md | 2 +- modules/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blog/2015/04/16/README.md b/blog/2015/04/16/README.md index 62db7d4c2..ed815e0ba 100644 --- a/blog/2015/04/16/README.md +++ b/blog/2015/04/16/README.md @@ -6,7 +6,7 @@ There's still a problem with the hard disk controller, which I haven't looked in but booting from a floppy works. While working through issues with this ROM BIOS, I created some lightly-annotated -[source code](/devices/pc/bios/compaq/deskpro386/1988-01-28.nasm) that can be re-assembled +[source code](/devices/pc/bios/compaq/deskpro386/1988-01-28/1988-01-28.nasm) that can be re-assembled with [NASM](http://www.nasm.us/). The initial process of creating the source code is explained [here](/devices/pc/bios/compaq/deskpro386/#recreating-rom-source-code). diff --git a/modules/README.md b/modules/README.md index 8b2e96a90..3dbda3fae 100644 --- a/modules/README.md +++ b/modules/README.md @@ -2,7 +2,7 @@ PCjs Node Modules === This folder contains all the **PCjs** JavaScript source code, organized into Node modules. It is the counterpart to -[node_modules](../node_modules/), where all the *public* Node modules are installed. +**node_modules**, where all the *public* Node modules are installed. Only private Node modules are checked into this project. If any of these modules are later published on -[npmjs.org](http://npmjs.org), then they will be moved to [node_modules](../node_modules/) and removed from this folder. +[npmjs.org](http://npmjs.org), then they will be moved to **node_modules** and removed from this folder.