Skip to content

Commit 0bc5a36

Browse files
Fix broken links
1 parent 64227a6 commit 0bc5a36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guides/v3.1.0/components/the-component-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export default Component.extend({
172172
[`didInsertElement()`][did-insert-element] is also a good place to
173173
attach event listeners. This is particularly useful for custom events or
174174
other browser events which do not have a [built-in event
175-
handler](../components/handling-events/#toc_event-names).
175+
handler](./handling-events/#toc_event-names).
176176

177177
For example, perhaps you have some custom CSS animations trigger when the component
178178
is rendered and you want to handle some cleanup when it ends:

guides/v3.2.0/components/the-component-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export default Component.extend({
172172
[`didInsertElement()`][did-insert-element] is also a good place to
173173
attach event listeners. This is particularly useful for custom events or
174174
other browser events which do not have a [built-in event
175-
handler](../components/handling-events/#toc_event-names).
175+
handler](./handling-events/#toc_event-names).
176176

177177
For example, perhaps you have some custom CSS animations trigger when the component
178178
is rendered and you want to handle some cleanup when it ends:

0 commit comments

Comments
 (0)