On 7/14/21 9:57 PM, turret via aur-dev wrote:
<div id="footer"> <?php if ($ver): ?> - <p>aurweb <a href="https://git.archlinux.org/aurweb.git/log/?h=<?= htmlspecialchars($ver, ENT_QUOTES) ?>"><?= htmlspecialchars($ver) ?></a></p> + <p>aurweb <a href="https://gitlab.archlinux.org/archlinux/aurweb/-/tree/<?= htmlspecialchars($ver, ENT_QUOTES) ?>"><?= htmlspecialchars($ver) ?></a></p> <?php endif; ?> <p><?= __('Copyright %s 2004-%d aurweb Development Team.', '©', date('Y')) ?></p> <p><?= __('AUR packages are user produced content. Any use of the provided files is at your own risk.') ?></p>
This seems to have been terribly mangled by use of some mail user agent other than the git-send-email program (most email clients will mangle stuff one way or another). For general knowledge, this guide can help: https://git-send-email.io/ Patch looks good in principle though -- so I'll just locally apply it via https://pastebin.com/raw/taqXUZkz which you linked on aur-general, with some minor tweaks. Style nit: commit message can be prepended with "migrate all links from". To gitlab.archlinux.org:archlinux/aurweb.git 07e70690..8bf63845 HEAD -> master -- Eli Schwartz Bug Wrangler and Trusted User