ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: [Wireshark-dev] Links to Wiki in codebase

From: chuck c <bubbasnmp@xxxxxxxxx>
Date: Wed, 19 Aug 2020 12:06:27 -0500
There are links to the old Wiki in the code.
Example:
    QUrl wiki_url = QString("https://wiki.wireshark.org/Protocols/%1").arg(proto_abbrev);
    QDesktopServices::openUrl(wiki_url);

Will there be a redirect from old wiki page to new wiki page or should the URLs be updated as we encounter them?