Skip to content

Commit

Permalink
fix: avoid redirects in mailarchive links (#6282)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsparks authored Sep 7, 2023
1 parent cd56d43 commit 7f074bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ietf/templates/doc/document_draft.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ietf/templates/doc/search/search_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,5 +180,5 @@ <h2 class="accordion-header" id="search-heading">
</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>

0 comments on commit 7f074bf

Please sign in to comment.