In the “hamburger menu” there’s a list of categories, as anchor links. When i ctrl+click on this one (or right-click on it and copy shortcut), i get (to) " https://forum.codingame.com/c/feedback-bugs "… which redirects to https://www.codingame.com/forumc/feedback-bugs . Note the missing slash in there, which results in a 404.
The redirect should clearly be to https://www.codingame.com/forum/c/feedback-bugs , which is what i wanted to find: a direct link. Since merely clicking on the link in that menu (or in the All Categories page) will not update the URL for me.
PS You might want to change the “Keyboard Shortcuts” to show them as g+<key>
instead of g,<key>
… since it’s not mere sequential keypresses ( as the comma implies – q.v. https://en.wikipedia.org/wiki/Keyboard_shortcut#Notation ), i need to keep holding “g” for the shortcut to work. After all, you’ve used Ctrl + Alt + f
and not Ctrl, Alt, f
for the Search item, haven’t you? :-B