Skip to content

Commit 4a2af05

Browse files
committed
chore(docs): Relative links redux
1 parent 575a79f commit 4a2af05

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
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/blob/master/docs/events.md).
18+
Pattern Lab emits numerous [events](../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/blob/master/docs/) process. Some uses of events:
5+
Pattern Lab emits numerous events during the [build](../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

scripts/api.handlebars

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +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/blob/master/docs/events.md).
19-
18+
Pattern Lab emits numerous [events](../events.md).
2019

2120
## Functions
2221

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](https://github.com/pattern-lab/patternlab-node/blob/master/docs/) process. Some uses of events:
5+
Pattern Lab emits numerous events during the [build](../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)