Skip to content

Commit

Permalink
Update resources folder locations and links for guides pages
Browse files Browse the repository at this point in the history
  • Loading branch information
omckeon committed Sep 6, 2024
1 parent c51f64f commit 1b1a598
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/content/docs/guides/Animations/0-using-animations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Once you have a sprite sheet and an animation script the code to get this workin
This is demonstrated in the following code example:

:::note
To test the above code you can download these [**Resources**](/resources/animation/basics/BasicAnimationResources.zip).
To test the above code you can download these [**Resources**](/resources/guides/animation/basics/BasicAnimationResources.zip).

This includes sample animation scripts, images, and sounds.
:::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Since Music has one channel to itself, if you call [Play Music](/api/audio/#play
The following program code demonstrates the use of various sound effect features.

:::note
To test this code below, you can download these [**Resources**](/resources/audio/basics/BasicSoundEffectResources.zip).
To test this code below, you can download these [**Resources**](/resources/guides/audio/basics/BasicSoundEffectResources.zip).

This includes sample sounds, and a font ("arial").
:::
Expand Down

0 comments on commit 1b1a598

Please sign in to comment.