diff --git a/files/routes/posts.py b/files/routes/posts.py index f1d431ae2e..a4dafb655e 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -1096,7 +1096,7 @@ def submit_post(v): if "Snapshots:\n\n" not in body: body += "Snapshots:\n\n" body += f'**[{title}]({href})**:\n\n' - if href.startswith('https://old.reddit.com'): + if href.startswith('https://old.reddit.com/'): body += f'* [unddit.com](https://unddit.com/{href.replace("https://old.reddit.com/", "")})\n' body += f'* [archive.org](https://web.archive.org/{href})\n' body += f'* [archive.ph](https://archive.ph/?url={quote(href)}&run=1) (click to archive)\n\n'