Skip to content

Commit 254c334

Browse files
committed
Merge pull request aframevr#1527 from aframevr/fix-component-links
fix "Lifecycle Methods" URLs in Docs > Core > Component TOC
2 parents 0036f8e + 988bcc4 commit 254c334

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎docs/core/component.md‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ Components provide all of the features and extensibility of A-Frame. There is a
2424
- [Single-Property Schemas](#single-property-schemas)
2525
- [Multi-Property Schemas](#multi-property-schemas)
2626
- [Lifecycle Methods](#lifecycle-methods)
27-
- [Component.init()](#component-init-set-up)
28-
- [Component.update(oldData)](#component-update-olddata-modify-the-entity)
29-
- [Component.remove()](#component-remove-tear-down)
30-
- [Component.tick(time)](#component-tick-time-run-continuously)
31-
- [Component.pause()](#component-pause-stop)
32-
- [Component.play()](#component-play-go)
27+
- [Component.init()](#component-init)
28+
- [Component.update(oldData)](#component-update-olddata)
29+
- [Component.remove()](#component-remove)
30+
- [Component.tick(time)](#component-tick-time)
31+
- [Component.pause()](#component-pause-component-play)
32+
- [Component.play()](#component-pause-component-play)
3333
- [Writing a Component](#writing-a-component)
3434
- [Line Component](#line-component)
3535
- [Skeleton](#skeleton)

0 commit comments

Comments
 (0)