ceceppa / anima

Godot: run sequential and parallel animations with less code
https://anima.ceceppa.me/
MIT License
695 stars 22 forks source link

docs website has broken links #40

Open idbrii opened 11 months ago

idbrii commented 11 months ago

Most of the links on this page are broken: https://ceceppa.github.io/anima/docs/intro

Here are some of the broken links:

Most lead to a "Page Not Found".

The next button at the bottom works. I'd guess the documentation generator automatically linkified the types, but somehow did it incorrectly or their pages were never uploaded?

idbrii commented 2 months ago

Some links are still dead. I think especially the ones for nodes:

AnimaNode, used to handle the setup of all the animations supported by the addon

ceceppa commented 2 months ago

@idbrii looks like that's the old documentation. The new one has been deployed here: https://anima.ceceppa.me/

I've updated the link in this repo, and also added a redirect from the old to the new URLs :)

idbrii commented 1 month ago

Ah, works much better now! Thanks!

Looks like the tutorial links don't work. Like this page has this dead link:

The animation frames. See Create a custom keyframes animation for more information about the syntax

But it looks like the tutorials moved and some old ones are missing? Maybe they are being rewritten?

Regardless, thanks for pointing the way and the demo looks pretty cool!