fix: avoid redirects in mailarchive links (#6282)
This commit is contained in:
parent
cd56d43736
commit
7f074bf37f
|
@ -684,7 +684,7 @@
|
|||
<ul class="dropdown-menu" role="menu">
|
||||
<li role="presentation">
|
||||
<a class="dropdown-item"
|
||||
href="https://mailarchive.ietf.org/arch/search?q=%22{{ doc.name }}%22"
|
||||
href="https://mailarchive.ietf.org/arch/search/?q=%22{{ doc.name }}%22"
|
||||
rel="nofollow"
|
||||
target="_blank">
|
||||
IETF Mail Archive
|
||||
|
|
|
@ -180,5 +180,5 @@
|
|||
</form>
|
||||
<p class="text-center pt-5">
|
||||
<a class="btn btn-outline-primary btn-sm" href="https://www.ietf.org/search">Search page for www.ietf.org website</a>
|
||||
<a class="btn btn-outline-primary btn-sm" href="https://mailarchive.ietf.org">Search page for IETF mail list archives</a>
|
||||
<a class="btn btn-outline-primary btn-sm" href="https://mailarchive.ietf.org/arch/">Search page for IETF mail list archives</a>
|
||||
</p>
|
Loading…
Reference in a new issue