Skip to content

Commit 3b51a58

Browse files
authored
Merge pull request #979 from engelfrost/fix/edition-links
fix(edition links) Broken package links within the monorepo. Fixes #954
2 parents a37d708 + bccc45d commit 3b51a58

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/core/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ See [Usage](#usage) for more information.
2828

2929
For users wanting a more pre-packaged experience several editions are available.
3030

31-
* [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.
31+
* [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.
3232

33-
* [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.
33+
* [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.
3434

3535

3636
## Ecosystem
@@ -63,7 +63,7 @@ patternlab.serve({
6363

6464
* Read more about the rest of [Public API](./docs), and already implemented for you within [Editions](#editions).
6565

66-
* A full-featured [command line interface](https://github.com/pattern-lab/patternlab-node/packages/cli) is also available.
66+
* A full-featured [command line interface](https://github.com/pattern-lab/patternlab-node/tree/dev/packages/cli) is also available.
6767

6868
### Events
6969

packages/engine-mustache/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## The Mustache PatternEngine for Pattern Lab / Node
22

3-
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).
3+
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).
44

55
If it's missing from your project for any reason, `npm install @pattern-lab/engine-mustache` should do the trick.

0 commit comments

Comments
 (0)