@@ -38,7 +38,7 @@ Error in callback: attempt to perform arithmetic (add) on number and string
3838[ ` ForKeys ` ] ( ../../state/members/forkeys ) ,
3939[ ` ForValues ` ] ( ../../state/members/forvalues ) ,
4040[ ` ForPairs ` ] ( ../../state/members/forpairs ) ,
41- [ ` Contextual ` ] ( ../../memory /members/contextual )
41+ [ ` Contextual ` ] ( ../../general /members/contextual )
4242
4343Fusion ran a function you specified, but the function threw an error that Fusion
4444couldn't handle.
@@ -177,7 +177,7 @@ proceed.
177177```
178178
179179** Thrown by:**
180- [ ` doCleanup ` ] ( ../../memory/members/doCleanup )
180+ [ ` doCleanup ` ] ( ../../memory/members/docleanup )
181181
182182You called ` doCleanup() ` on a function or object which carried some code. When
183183that code was run, it attempted to call ` doCleanup() ` on the same thing you
@@ -395,7 +395,7 @@ The damping ratio for a spring must be >= 0. (damping was -1.00)
395395```
396396
397397** Thrown by:**
398- [ ` Spring ` ] ( ../../roblox /members/spring )
398+ [ ` Spring ` ] ( ../../animation /members/spring )
399399
400400You provided a damping ratio that the spring doesn't support, for example ` NaN ` ,
401401or a negative damping implying negative friction.
@@ -412,7 +412,7 @@ The speed of a spring must be >= 0. (speed was NaN)
412412```
413413
414414** Thrown by:**
415- [ ` Spring ` ] ( ../../roblox /members/spring )
415+ [ ` Spring ` ] ( ../../animation /members/spring )
416416
417417You provided a speed multiplier that the spring doesn't support, for example
418418` NaN ` or a negative speed implying the spring moves backwards through time.
@@ -451,7 +451,7 @@ The damping ratio for a spring must be a number. (got a string)
451451```
452452
453453** Thrown by:**
454- [ ` Spring ` ] ( ../../roblox /members/spring )
454+ [ ` Spring ` ] ( ../../animation /members/spring )
455455
456456You provided a damping ratio that the spring couldn't understand. Damping ratio
457457has to be a number.
@@ -468,7 +468,7 @@ The speed of a spring must be a number. (got a string)
468468```
469469
470470** Thrown by:**
471- [ ` Spring ` ] ( ../../roblox /members/spring )
471+ [ ` Spring ` ] ( ../../animation /members/spring )
472472
473473You provided a speed multiplier that the spring couldn't understand. Speed has
474474to be a number.
@@ -485,7 +485,7 @@ The tween info of a tween must be a TweenInfo. (got a table)
485485```
486486
487487** Thrown by:**
488- [ ` Tween ` ] ( ../../roblox /members/tween )
488+ [ ` Tween ` ] ( ../../animation /members/tween )
489489
490490You provided an easing curve that the tween couldn't understand. The easing
491491curve has to be specified using Roblox's ` TweenInfo ` data type.
@@ -521,7 +521,7 @@ called on this scope. Ensure you are not reusing scopes after cleanup.
521521```
522522
523523** Thrown by:**
524- scopes after being passed to [ ` doCleanup ` ] ( ../../memory/members/doCleanup )
524+ scopes after being passed to [ ` doCleanup ` ] ( ../../memory/members/docleanup )
525525
526526If you attempt to read from, or write to, a scope that's been destroyed, this
527527message is shown. After a scope has been cleaned up, your code should forget the
@@ -552,7 +552,7 @@ belong to. See discussion #292 on GitHub for advice.
552552[ ` Out ` ] ( ../../roblox/members/out ) ,
553553[ ` Ref ` ] ( ../../roblox/members/ref ) ,
554554[ ` Computed ` ] ( ../../state/members/computed ) ,
555- [ ` Observer ` ] ( ../../state /members/observer )
555+ [ ` Observer ` ] ( ../../graph /members/observer )
556556
557557** Related discussions:**
558558[ ` #292 ` ] ( https://github.com/dphfox/Fusion/discussions/292 )
@@ -614,7 +614,7 @@ discussion #292 on GitHub for advice.
614614[ ` Hydrate ` ] ( ../../roblox/members/hydrate ) ,
615615[ ` Value ` ] ( ../../state/members/value ) ,
616616[ ` Computed ` ] ( ../../state/members/computed ) ,
617- [ ` Observer ` ] ( ../../state /members/observer ) ,
617+ [ ` Observer ` ] ( ../../graph /members/observer ) ,
618618[ ` ForKeys ` ] ( ../../state/members/forkeys ) ,
619619[ ` ForValues ` ] ( ../../state/members/forvalues ) ,
620620[ ` ForPairs ` ] ( ../../state/members/forpairs ) ,
@@ -862,7 +862,7 @@ is use()-ing. See discussion #292 on GitHub for advice.
862862[ ` Out ` ] ( ../../roblox/members/out ) ,
863863[ ` Ref ` ] ( ../../roblox/members/ref ) ,
864864[ ` Computed ` ] ( ../../state/members/computed ) ,
865- [ ` Observer ` ] ( ../../state /members/observer )
865+ [ ` Observer ` ] ( ../../graph /members/observer )
866866
867867** Related discussions:**
868868[ ` #292 ` ] ( https://github.com/dphfox/Fusion/discussions/292 )
0 commit comments