mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Update wiki links to the new short URL
Done with: find -type f -exec sed -Ee ':wiki.archlinux.org: s:(wiki.archlinux.org)/index.php/:\1/title/:g' -i {} \; Fixes #16 [1] https://gitlab.archlinux.org/archlinux/infrastructure/-/merge_requests/335 Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
This commit is contained in:
parent
8ec170b3e0
commit
bab74dd307
3 changed files with 7 additions and 7 deletions
|
@ -7,7 +7,7 @@
|
|||
<a href="<?= $log_uri ?>"><?= __('View Changes') ?></a>
|
||||
</li>
|
||||
<li><a href="<?= $snapshot_uri ?>"><?= __('Download snapshot') ?></a>
|
||||
<li><a href="https://wiki.archlinux.org/index.php/Special:Search?search=<?= urlencode($row['Name']) ?>"><?= __('Search wiki') ?></a></li>
|
||||
<li><a href="https://wiki.archlinux.org/title/Special:Search?search=<?= urlencode($row['Name']) ?>"><?= __('Search wiki') ?></a></li>
|
||||
<li><span class="flagged"><?= $row["OutOfDateTS"] !== NULL ? html_action_link($base_uri . 'flag-comment/', __('Flagged out-of-date (%s)', "$out_of_date_time")) : "" ?></span></li>
|
||||
<?php if ($row["OutOfDateTS"] === NULL): ?>
|
||||
<li><?= html_action_link($base_uri . 'flag/', __('Flag package out-of-date')) ?></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue