Link to #examples anchor-way more specific!

This commit is contained in:
sole 2013-01-04 11:31:47 +01:00
parent 352951f9ed
commit 60855842f8

View File

@ -96,7 +96,7 @@ No, we like to keep it simple and free of dependencies. Feel free to make one yo
If you find something that you believe to be a bug, please check out the [dev](https://github.com/sole/tween.js/tree/dev) branch and see if the bug still exists there. If it exists, and you find yourself capable of fixing it, do it on the *dev* branch too. In other words, *don't push to master*. We'll take care of that!
Before submitting a pull request, please make sure that both the tests and the examples still work. For running the tests, open `test/unit/unittests_tween.html` on your browser. If everything is green: GREAT! Else... you know what to do. Regarding the examples, you can find them under the `examples` folder. To compare with the `master` version, checkout the master branch or use the hosted version that is linked from the [project home page](http://github.com/sole/tween.js).
Before submitting a pull request, please make sure that both the tests and the examples still work. For running the tests, open `test/unit/unittests_tween.html` on your browser. If everything is green: GREAT! Else... you know what to do. Regarding the examples, you can find them under the `examples` folder. To compare with the `master` version, checkout the master branch or use the hosted version that is linked from the [project home page](http://github.com/sole/tween.js#examples).
Finally, if you tried all of the above and still can't fix the bug, or you're not sure you're doing things right, [go here](https://github.com/sole/tween.js/issues) and let us know.