libgdx / gdx-ai

Artificial Intelligence framework for games based on libGDX or not. Features: Steering Behaviors, Formation Motion, Pathfinding, Behavior Trees and Finite State Machines
Apache License 2.0
1.2k stars 242 forks source link

Broken Javadocs Links in Wiki #125

Open ecchilds opened 2 years ago

ecchilds commented 2 years ago

Issue details

All links to the Javadocs in the wiki are currently broken, loading this page instead: Screenshot_20220811-131543_Firefox

Reproduction steps/code

I'm getting this issue on Firefox, and I haven't tried any other browsers. I got that particular instance of the error page from this link, located in the wiki's home page: 20220811_131816

I know all these screenshots are of mobile, but I also get the exact same error on my desktop, also using Firefox.

Additional Information

Notably, the Javadocs are still accessible from the Libgdx.com site. To do so, you follow this link on the dev page: Screenshot_20220811-132455_Firefox

Followed by this link: Screenshot_20220811-132542_Firefox

So, I wager this issue is simply being caused by an outdated URL.

Let me know if you need any further information!