Skip to content

Commit 2c245f6

Browse files
committed
Fix: Various href changes that seem to have applied automatically
1 parent e7ac715 commit 2c245f6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

public/cal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<div class="tip">
9999
<p>
100100
If you would like to suggest an upcoming event to be listed on this
101-
calendar, you can use <a href="../submit-event.php">our event submission
101+
calendar, you can use <a href="/submit-event.php">our event submission
102102
form</a>.
103103
</p>
104104
<p>

public/docs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
<p>
6161
Information about php.net URL shortcuts can be found by visiting our
62-
<a href="../urlhowto.php">Navigation tips &amp; tricks page</a>.
62+
<a href="/urlhowto.php">Navigation tips &amp; tricks page</a>.
6363
</p>
6464

6565
<h2 class="content-header">More documentation</h2>

public/downloads.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ function option(string $value, string $desc, $attributes = []): string
203203
<?php gpg_key_show_keys(true /* activeOnly */); ?>
204204

205205
<p>
206-
<a href="../gpg-keys.php">
206+
<a href="/gpg-keys.php">
207207
A full list of GPG keys used for current and older releases is also
208208
available.
209209
</a>

0 commit comments

Comments
 (0)