Skip to content

Commit 3d0e024

Browse files
committed
chore(docs): Make links absolute to GitHub master
1 parent 0df1e88 commit 3d0e024

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/api.handlebars

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](./events.md).
18+
Pattern Lab emits numerous [events](https://github.com/pattern-lab/patternlab-node/blob/master/docs/events.md).
1919

2020

2121
## Functions

scripts/events.handlebars

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](./README.md) 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)