Even though there is no longer a physical /docs folder, there is still a virtual one

This commit is contained in:
Jeff Parsons 2017-09-18 19:15:24 -07:00 committed by Jeff Parsons
commit 294ce6b5e7
106 changed files with 219 additions and 189 deletions

View file

@ -15,7 +15,7 @@ The project currently includes these emulation modules:
* [C1Pjs](c1pjs/): 6502 emulation module for the [Challenger 1P](/devices/c1p/)
* [PCx86](pcx86/): x86 emulation module for [IBM PC machines](/devices/pcx86/)
* [PC8080](pc8080/): 8080 emulation module for [8080-based machines](/devices/pc8080/)
* [PDPjs](/pubs/pdpjs/): emulation modules for [PDP-10](pdp10/) and [PDP-11](pdp11/) machines
* [PDPjs](/docs/pdpjs/): emulation modules for [PDP-10](pdp10/) and [PDP-11](pdp11/) machines
along with variety of Node support modules, such as:

View file

@ -9,7 +9,7 @@ Challenger 1P Emulation Module (C1Pjs)
Overview
---
C1Pjs is our 6502-based machine emulation module for the [Ohio Scientific Challenger 1P](/pubs/c1pjs/).
C1Pjs is our 6502-based machine emulation module for the [Ohio Scientific Challenger 1P](/docs/c1pjs/).
C1Pjs is comprised of the following non-shared components, as listed in [package.json](../../package.json)
(see the *c1pJSFiles* property):