The show instruction link should still work

Signed-off-by: Christopher Guindon <chris.guindon@eclipse-foundation.org>
diff --git a/eclipse-packages/index.php b/eclipse-packages/index.php
index 01760c9..f62fea2 100644
--- a/eclipse-packages/index.php
+++ b/eclipse-packages/index.php
@@ -13,4 +13,8 @@
  * SPDX-License-Identifier: EPL-2.0
  */
 
+if (isset($_GET['show_instructions'])) {
+  header('Location: /downloads/packages/installer', FALSE, 302);
+}
+
 header('Location: /downloads/packages', FALSE, 302);