Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link to search on doc page should avoid 301 #6271

Closed
rjsparks opened this issue Sep 2, 2023 · 1 comment
Closed

Link to search on doc page should avoid 301 #6271

rjsparks opened this issue Sep 2, 2023 · 1 comment
Labels

Comments

@rjsparks
Copy link
Member

rjsparks commented Sep 2, 2023

Right now, for example,
https://datatracker.ietf.org/doc/draft-ietf-sipcore-callinfo-rcd/
links to
https://mailarchive.ietf.org/arch/search?q=%22draft-ietf-sipcore-callinfo-rcd%22

But

% curl -I "https://mailarchive.ietf.org/arch/search?q=%22draft-ietf-sipcore-callinfo-rcd%22"
HTTP/2 301
date: Sat, 02 Sep 2023 22:21:38 GMT
content-type: text/html; charset=utf-8
location: /arch/search/?q=%22draft-ietf-sipcore-callinfo-rcd%22

The page should just link to the variant with the trailing slash to start with.

@jennifer-richards
Copy link
Member

Fixed by #6282

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants