JorelAli / CommandAPI

A Bukkit/Spigot API for the command UI introduced in Minecraft 1.13
https://commandapi.jorel.dev
MIT License
504 stars 60 forks source link

Link latest.html to 9.4.1 documentation #561

Closed willkroboth closed 1 month ago

willkroboth commented 1 month ago

Currently, the CommandAPI home page says that 9.4.1 is the latest documentation. However, the button actually links to latest.html, which forwards to the 9.4.2 documentation (https://commandapi.jorel.dev/9.4.2/index.html). This page doesn't actually exist, so you get a 404 not found.

When the update.sh script was run to change the version from 9.5.0-SNAPSHOT to 9.4.2, it incorrectly updated latest.html to point to 9.4.2, even though 9.4.2 didn't have any documentation updates.

This PR makes it so latest.html correctly goes to the 9.4.1 documentation (https://commandapi.jorel.dev/9.4.1/index.html).