Date: Mon, 9 Jan 2023 16:05:01 GMT From: Wolfram Schneider <wosch@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 28393ac9e5 - main - fix link to message-id search cgi script Message-ID: <202301091605.309G51Mn022639@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"/>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301091605.309G51Mn022639>
