Fix README links
This commit is contained in:
parent
c0acf757a2
commit
0388d76e04
2 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue