[PRES] [presentations] master: Fixed link

[email protected] (Derick Rethans) Thu, 19 Jun 2025 17:51:19 +0000
Newsgroups php.pres
Message-ID <[email protected]>
Author: Derick Rethans (derickr)
Date: 2025-06-19T18:38:56+01:00

Commit: https://github.com/php/presentations/commit/f4162b59ca2945e8fab6c17802d3cae437a3beb7
Raw diff: https://github.com/php/presentations/commit/f4162b59ca2945e8fab6c17802d3cae437a3beb7.diff

Fixed link

Changed paths:
  M  templates/default/slide.ezt


Diff:

diff --git a/templates/default/slide.ezt b/templates/default/slide.ezt
index 5d1cc30c..6d04da90 100644
--- a/templates/default/slide.ezt
+++ b/templates/default/slide.ezt
@@ -83,7 +83,7 @@ function processNextEvent()
     } else {{/literal}
 {if $slideNr < array_count($pres->slideFiles) - 1}
 {literal}
-        document.location = '/show2.php/{/literal}{$pres->presName}/{$slideNr + 1}{literal}';
+        document.location = '/s2/{/literal}{$pres->presName}/{$slideNr + 1}{literal}';
 {/literal}{/if}{literal}
     }
 }
@@ -92,7 +92,7 @@ function processPrevEvent()
 {
 {/literal}{if $slideNr > 0}
 {literal}
-    document.location = '/show2.php/{/literal}{$pres->presName}/{$slideNr - 1}{literal}';
+    document.location = '/s2/{/literal}{$pres->presName}/{$slideNr - 1}{literal}';
 {/literal}{/if}
 {literal}
 }