Skip to content

Commit bc74827

Browse files
committed
Fix broken docs links
1 parent 656e269 commit bc74827

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Documentation~/articles/tweens.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ slug: "/manual/tweens"
66

77
A tween is an animation of a value from a start position to an end position using an easing function, providing a natural sense of motion. The **Tweening** package provides two main types of tweens, both of which inherit from the base class [Tween](/api/Zigurous.Tweening/Tween).
88

9-
- [Tweener](/api/Zigurous.Tweening/Tweener-1)
9+
- [Tweener](/api/Zigurous.Tweening/Tweener-2)
1010
- [Sequence](/api/Zigurous.Tweening/Sequence)
1111

1212
<hr/>
@@ -58,7 +58,7 @@ tween.autoStart = true; // starts the tween automatically after being initialize
5858
tween.autoKill = true; // kills the tween automatically after completing
5959
```
6060

61-
There are also [callback functions](/manual/callbacks) that can be set on any tween.<br/>
61+
There are also [callback functions](/manual/events) that can be set on any tween.<br/>
6262
All of these properties can be set with [property chaining](/manual/property-chaining) methods.
6363

6464
<hr/>

Documentation~/filterconfig.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ apiRules:
1616
- exclude:
1717
uidRegex: ^Zigurous.Tweening.Tween.On*
1818
- exclude:
19-
uidRegex: ^Zigurous.Tweening.Tweener`1.Animate
19+
uidRegex: ^Zigurous.Tweening.Tweener`2.Animate
2020
- exclude:
21-
uidRegex: ^Zigurous.Tweening.Tweener`1.IsFinished
21+
uidRegex: ^Zigurous.Tweening.Tweener`2.IsFinished
2222
- exclude:
23-
uidRegex: ^Zigurous.Tweening.Tweener`1.On*
23+
uidRegex: ^Zigurous.Tweening.Tweener`2.On*
2424
- exclude:
2525
uidRegex: ^Zigurous.Tweening.*.Tweens

0 commit comments

Comments
 (0)