From b8465ecd4804a55beabb2f6cf530c4d80aa57974 Mon Sep 17 00:00:00 2001 From: 201flaviosilva Date: Thu, 6 Jun 2024 14:29:36 +0100 Subject: [PATCH] Update Index.js --- src/Scenes/Index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Scenes/Index.js b/src/Scenes/Index.js index 5833a84..eb004c4 100644 --- a/src/Scenes/Index.js +++ b/src/Scenes/Index.js @@ -49,7 +49,8 @@ export default class Index extends Phaser.Scene { } openPDF() { - const url = "./PDF/index.html"; + //const url = "./PDF/index.html"; + const url = "https://github.com/201flaviosilva/201flaviosilva.github.io/releases?q=PDF&expanded=true"; const s = window.open(url, "_blank"); if (s && s.focus) s.focus();