http://bugs.winehq.org/show_bug.cgi?id=31296 Frédéric Delanoy <frederic.delanoy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |frederic.delanoy(a)gmail.com Resolution| |INVALID --- Comment #3 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> 2013-08-30 04:32:43 CDT --- "installing-wine-source" is an HTML file, not a directory so you shouldn't use a trailing slash. While "installing-wine-source/" redirects to "installing-wine-source", this is web-server (configuration) specific. In this case, links aren't updated so the relative URL "running" is supposed to be in "installing-wine-source" directory, which doesn't exist, since this is a file, hence the 404 error. Besides, links are correct if you use the multiple page HTML guides from http://www.winehq.org/documentation So technically not a bug, but one might use URL rewrite rules on the webserver side to automatically remove trailing slashes for non-directories to do a workaround "redirection" for defective external links. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.