SFML community forums

General => SFML website => Topic started by: FRex on August 04, 2015, 01:07:20 am

Title: Bad link in readme
Post by: FRex on August 04, 2015, 01:07:20 am
The link in readme on git ( https://github.com/SFML/SFML/blob/master/readme.txt ) currently goes to http://www.sfml-dev.org/tutorials/ which redirects to http://www.sfml-dev.org/tutorials/2.3.1/ which doesn't exist and ends up showing an error page.
Title: Re: Bad link in readme
Post by: Hapax on August 04, 2015, 01:51:34 am
It seems that the tutorial versions are still version 2.3 (i.e. not 2.3.1) so the error here is that www.sfml-dev.org/tutorials tries to find 2.3.1 instead of 2.3.
Title: Re: Bad link in readme
Post by: eXpl0it3r on August 04, 2015, 01:59:26 am
Thanks for reporting this. Tank has been informed and he'll fix the redirect as soon as possible. :)
Title: Re: Bad link in readme
Post by: FRex on August 04, 2015, 06:25:39 am
Yes, it's "307 Temporary Redirect" in the header and since I've looked at the headers of SMFL server for the first time ever I also want to give you people props for using nginx, my personally favourite web server. ;D
Title: Re: Bad link in readme
Post by: Tank on August 04, 2015, 07:52:57 am
Oh God, it's still an issue?! I thought I fixed that already. :O
Title: Re: Bad link in readme
Post by: Tank on August 04, 2015, 08:22:46 am
Fixed.