git: 28393ac9e5 - main - fix link to message-id search cgi script
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Jan 2023 16:05:01 UTC
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/doc/commit/?id=28393ac9e5527287bdf1ae4277b666130948ef1c commit 28393ac9e5527287bdf1ae4277b666130948ef1c Author: Wolfram Schneider <wosch@FreeBSD.org> AuthorDate: 2023-01-09 16:04:31 +0000 Commit: Wolfram Schneider <wosch@FreeBSD.org> CommitDate: 2023-01-09 16:04:31 +0000 fix link to message-id search cgi script --- website/themes/beastie/layouts/shortcodes/form-search-mid-id.html | 2 +- website/themes/beastie/layouts/shortcodes/form-search-mid-message.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/themes/beastie/layouts/shortcodes/form-search-mid-id.html b/website/themes/beastie/layouts/shortcodes/form-search-mid-id.html index dca20c6186..fb8b406fa9 100644 --- a/website/themes/beastie/layouts/shortcodes/form-search-mid-id.html +++ b/website/themes/beastie/layouts/shortcodes/form-search-mid-id.html @@ -1,4 +1,4 @@ -<form action="&cgibase;/mid.cgi" method="get"> +<form action="https://www.freebsd.org/cgi/mid.cgi" method="get"> <b>Message-ID:</b><br/> <input name="id" type="text" size="50"/> <input name="db" value="mid" type="hidden"/> diff --git a/website/themes/beastie/layouts/shortcodes/form-search-mid-message.html b/website/themes/beastie/layouts/shortcodes/form-search-mid-message.html index 8c723719e1..0becb844c8 100644 --- a/website/themes/beastie/layouts/shortcodes/form-search-mid-message.html +++ b/website/themes/beastie/layouts/shortcodes/form-search-mid-message.html @@ -1,4 +1,4 @@ -<form action="&cgibase;/mid.cgi" method="get"> +<form action="https://www.freebsd.org/cgi/mid.cgi" method="get"> <b>Answers to a Message-ID:</b><br/> <input name="db" value="irt" type="hidden"/> <input type="text" name="id" size="50"/>