diff --git a/minecraft/index.php b/minecraft/index.php
index 4f82dba..c344bda 100644
--- a/minecraft/index.php
+++ b/minecraft/index.php
@@ -47,7 +47,7 @@ function echo_pack($pack) {
 	echo "$desc";
 
 	# A small button to browse previous world downloads
-	if (file_exists("/files/packs/$pack/worlds")) {
+	if (file_exists("../files/packs/$pack/worlds")) {
 		echo "<p><a href=\"/files/packs/$pack/worlds\" class=\"worldsbutton\">Browse world backups</a></p>";
 	}