diff --git a/packages/core/README.md b/packages/core/README.md index 62f5ec2cc..f6a81c7bd 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -28,9 +28,9 @@ See [Usage](#usage) for more information. For users wanting a more pre-packaged experience several editions are available. -* [Pattern Lab/Node: Vanilla Edition](https://github.com/pattern-lab/patternlab-node/packages/edition-node) contains info how to get started within a pure node environment. +* [Pattern Lab/Node: Vanilla Edition](https://github.com/pattern-lab/patternlab-node/tree/dev/packages/edition-node) contains info how to get started within a pure node environment. -* [Pattern Lab/Node: Gulp Edition](https://github.com/pattern-lab/patternlab-node/packages/edition-node-gulp) contains info how to get started within a Gulp task running environment. +* [Pattern Lab/Node: Gulp Edition](https://github.com/pattern-lab/patternlab-node/tree/dev/packages/edition-node-gulp) contains info how to get started within a Gulp task running environment. ## Ecosystem @@ -63,7 +63,7 @@ patternlab.serve({ * Read more about the rest of [Public API](./docs), and already implemented for you within [Editions](#editions). -* A full-featured [command line interface](https://github.com/pattern-lab/patternlab-node/packages/cli) is also available. +* A full-featured [command line interface](https://github.com/pattern-lab/patternlab-node/tree/dev/packages/cli) is also available. ### Events diff --git a/packages/engine-mustache/README.md b/packages/engine-mustache/README.md index 6e451ca0f..cb2c8838e 100644 --- a/packages/engine-mustache/README.md +++ b/packages/engine-mustache/README.md @@ -1,5 +1,5 @@ ## The Mustache PatternEngine for Pattern Lab / Node -This one should be included by default with [Pattern Lab Node Core](https://github.com/pattern-lab/patternlab-node/packages/core) and consumed by [Node Editions](https://github.com/pattern-lab?utf8=%E2%9C%93&query=edition-node). +This one should be included by default with [Pattern Lab Node Core](https://github.com/pattern-lab/patternlab-node/tree/dev/packages/core) and consumed by [Node Editions](https://github.com/pattern-lab?utf8=%E2%9C%93&query=edition-node). If it's missing from your project for any reason, `npm install @pattern-lab/engine-mustache` should do the trick.