SFML community forums

General => SFML website => Topic started by: Ganado on August 08, 2013, 08:23:15 pm

Title: sf::IntRect link broken in "Sprites and Textures" tutorial
Post by: Ganado on August 08, 2013, 08:23:15 pm
Hope this is in the right spot, anyway:

In the 2.0/2.1 tutorial (possibly other versions too, didn't check), the link to the sf::IntRect class is broken.
I'm referring to these two webpages:
http://www.sfml-dev.org/tutorials/2.0/graphics-sprite.php
http://www.sfml-dev.org/tutorials/2.1/graphics-sprite.php

"The sf::IntRect class is a simple utility type that represents a rectangle. Its constructor takes the coordinates of the left-top corner, and the size of the rectangle."

The link, which is the bold part of my quotation, is broken with a 404 error.
The link tries to go to:
http://www.sfml-dev.org/documentation/2.0/classsf_1_1IntRect.php and
http://www.sfml-dev.org/documentation/2.1/classsf_1_1IntRect.php, respectively.
Title: Re: sf::IntRect link broken in "Sprites and Textures" tutorial
Post by: Laurent on August 08, 2013, 10:19:21 pm
It's fixed, thanks :)