Skip to content

Commit 575a79f

Browse files
committed
chore(docs): Generate docs
1 parent 3d0e024 commit 575a79f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const patternlab = require('patternlab-node')(config);
1515

1616
## Events
1717

18-
Pattern Lab emits numerous [events](https://github.com/pattern-lab/patternlab-node/tree/master/docs/events.md).
18+
Pattern Lab emits numerous [events](https://github.com/pattern-lab/patternlab-node/blob/master/docs/events.md).
1919

2020
## Functions
2121

docs/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Join the chat at Gitter](https://badges.gitter.im/pattern-lab/node.svg)](https://gitter.im/pattern-lab/node)
44

5-
Pattern Lab emits numerous events during the [build](https://github.com/pattern-lab/patternlab-node/tree/master/docs/) process. Some uses of events:
5+
Pattern Lab emits numerous events during the [build](https://github.com/pattern-lab/patternlab-node/blob/master/docs/) process. Some uses of events:
66

77
* Core uses `patternlab-pattern-change` events when watching for changes in order to trigger another build
88
* Plugins such as [plugin-node-tab](https://github.com/pattern-lab/plugin-node-tab) can use an event like `patternlab-pattern-write-end` to define additional code tabs to the pattern viewer / modal

0 commit comments

Comments
 (0)