Skip to content

Commit 0bd6173

Browse files
committed
Updated README.
1 parent 0b42d50 commit 0bd6173

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,17 @@
44

55
1. Download and install [SFML](http://sfml-dev.org/).
66
2. Download SFGUI from the
7-
[download page](http://sfgui.sfml-dev.de/download). If available, choose a
8-
binary release for your operating system and IDE/toolset.
7+
[download page](https://github.com/TankOs/SFGUI/releases). If available,
8+
choose a binary release for your operating system and IDE/toolset.
99
3. Unpack the archive.
10-
4. If source release: Build and install SFGUI (see *Building* for
10+
4. If source release: Build and install SFGUI (see [Building](#building) for
1111
instructions).
1212
5. To see that everything works, start a new C++ project and compile the
1313
[Hello World example](https://github.com/TankOs/SFGUI/blob/master/examples/HelloWorld.cpp).
1414

1515
## Documentation
1616

17-
See SFGUI's [help section](http://sfgui.sfml-dev.de/p/docs) for a user guide,
18-
style reference, API reference and FAQ. You can also find links to a forum and
19-
an IRC chat there.
17+
Visit the [SFGUI wiki](https://github.com/TankOs/SFGUI/wiki) for further help.
2018

2119
## Building
2220

0 commit comments

Comments
 (0)