datatracker icon indicating copy to clipboard operation
datatracker copied to clipboard

IETF Agenda: Link for chat logs missing trailing /

Open moonshiner opened this issue 10 months ago • 4 comments

Describe the issue

The IETF Meeting agenda page includes a link to the chat logs for a working group. For example, the current link generated is https://datatracker.ietf.org/meeting/119/materials/chatlog-119-dnsop-202403181530-00

However @rjsparks pointed out the correct link to use is this one:

https://datatracker.ietf.org/doc/chatlog-119-dnsop-202403181530/00/

Code of Conduct

moonshiner avatar Mar 26 '24 09:03 moonshiner

Is the fix just to add a trailing slash at https://github.com/ietf-tools/datatracker/blob/main/ietf/settings.py#L1010 ?

richsalz avatar Mar 26 '24 16:03 richsalz

Is the fix just to add a trailing slash at https://github.com/ietf-tools/datatracker/blob/main/ietf/settings.py#L1010 ?

No - that's an unrelated link back to zulip, not to the captured chat log documents for the proceedings.

And this issue is more involved than adding a trailing slash somewhere - it involves whether to point to the raw document or the info page for the document (that renders the document in a nicer format).

rjsparks avatar Mar 26 '24 16:03 rjsparks

I realized this after the fact the links are more different than my cursory glance gave it.

If I may vote, I like the info, nicer formatted page.

moonshiner avatar Mar 26 '24 16:03 moonshiner

FWIW, although the proceedings and agenda views only link to the document file, the session view (/meeting/119/session/dnsop) links to the document info page as well:

<a href="https://datatracker.ietf.org/meeting/119/materials/chatlog-119-dnsop-202403181530-00">Chat Log IETF119: dnsop: Mon 15:30</a>
<a href="/doc/chatlog-119-dnsop-202403181530/">(chatlog-119-dnsop-202403181530)</a>

pselkirk avatar Mar 26 '24 20:03 pselkirk