open-cogsci / OpenSesame

Graphical experiment builder for the social sciences
http://osdoc.cogsci.nl/
GNU General Public License v3.0
234 stars 111 forks source link

Help icon results in 404 #773

Closed richlv closed 2 years ago

richlv commented 2 years ago

In the media player widget, browsed for a video and clicked on the question mark icon. The opened page resulted in a 404 error: https://osdoc.cogsci.nl/3.3.10/manual/interface .

Looks like the intended URL is https://osdoc.cogsci.nl/3.3/manual/interface .

The URL seems to be built here: https://github.com/open-cogsci/OpenSesame/blob/1cb265c4beb757e93aca865d3619b68b55a9db81/libqtopensesame/widgets/tab_widget.py#L403

main_version is defined here: https://github.com/open-cogsci/OpenSesame/blob/9daefc269c0b0aab9c4b6795ea19e2f5063184c2/libopensesame/metadata.py#L27

Perhaps major_version should be used? https://github.com/open-cogsci/OpenSesame/blob/9daefc269c0b0aab9c4b6795ea19e2f5063184c2/libopensesame/metadata.py#L29

smathot commented 2 years ago

Hi @richlv , Thanks for pointing this out. It's actually a redirection issue on the server, because these links should work. I'll look into it. — Sebastiaan

smathot commented 2 years ago

Should be fixed now!