From faf51b1bedc3b54b6b24d90c271b9f3074912cde Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Sat, 18 Jul 2015 17:48:09 -0700 Subject: [PATCH] Fix a few more links --- modules/htmlout/lib/htmlout.js | 1 + modules/pcjs/lib/README.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/htmlout/lib/htmlout.js b/modules/htmlout/lib/htmlout.js index c9dd08d9f..dd9e58065 100644 --- a/modules/htmlout/lib/htmlout.js +++ b/modules/htmlout/lib/htmlout.js @@ -171,6 +171,7 @@ var asNonDirectories = [ "COPYING", "LICENSE", "README", + "MAKEFILE", "makefile" ]; diff --git a/modules/pcjs/lib/README.md b/modules/pcjs/lib/README.md index dcbe3fdb1..41d2d2131 100644 --- a/modules/pcjs/lib/README.md +++ b/modules/pcjs/lib/README.md @@ -39,9 +39,9 @@ At the time of this writing, the recommended order is: * [pcjs/x86.js](x86.js) * [pcjs/x86seg.js](x86seg.js) * [pcjs/x86cpu.js](x86cpu.js) -* [pcjs/x86func.js](x86func.js) -* [pcjs/x86opxx.js](x86opxx.js) +* [pcjs/x86ops.js](x86ops.js) * [pcjs/x86op0f.js](x86op0f.js) +* [pcjs/x86func.js](x86func.js) * [pcjs/x86modb.js](x86modb.js) * [pcjs/x86modw.js](x86modw.js) * [pcjs/x86modb16.js](x86modb16.js)