Skip to content

Commit 1c6c0b3

Browse files
markrandallderickr
authored andcommitted
Fix: Various href changes that seem to have applied automatically
1 parent d5195d4 commit 1c6c0b3

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
@@ -65,7 +65,7 @@
6565

6666
<p>
6767
Information about php.net URL shortcuts can be found by visiting our
68-
<a href="../urlhowto.php">Navigation tips &amp; tricks page</a>.
68+
<a href="/urlhowto.php">Navigation tips &amp; tricks page</a>.
6969
</p>
7070

7171
<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)