Skip to content

Commit

Permalink
Fix link to documentation in README (#2189)
Browse files Browse the repository at this point in the history
README.md linked to https://www.haxeflixel.com/documentation,
this URL returns a 404. Removing the 'www' fixes this link.
  • Loading branch information
rocketicv authored and Gama11 committed Nov 22, 2018
1 parent 25198ae commit 955f0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@
Here are the most important links to get you started with HaxeFlixel:

- [Getting Started](https://haxeflixel.com/documentation/getting-started/)
- [Documentation](https://www.haxeflixel.com/documentation)
- [Documentation](https://haxeflixel.com/documentation)
- [API](https://api.haxeflixel.com/)
- [Community](https://haxeflixel.com/documentation/community/)

Expand Down

0 comments on commit 955f0e9

Please sign in to comment.