From 1c0f960d41e5028ac1f3305fd5bb1e8ffb2ac293 Mon Sep 17 00:00:00 2001 From: Han Lin Yap Date: Sat, 11 Oct 2014 14:46:28 +0200 Subject: [PATCH] Fix broken links --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b6b63a3449..7b145c4b50 100755 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ Got a question or need help? If you're having trouble getting Ractive to do what you want, there are a couple of places to get help before submitting an issue: * [Stack Overflow questions tagged ractivejs](http://stackoverflow.com/questions/tagged/ractivejs) -* [The Ractive Documentation](http://docs.ractivejs.org/latest) +* [The Ractive Documentation](http://docs.ractivejs.org) * [@RactiveJS on Twitter](http://twitter.com/RactiveJS) Of course, if you've encountered a bug, then the best course of action is to raise an issue (if no-one else has!). @@ -21,7 +21,7 @@ Raising issues Before submitting an issue, please make sure you're using the latest released version - http://cdn.ractivejs.org/latest/ractive.js. -If the bug persists, it may have been fixed in the latest development version. You can always get the most recent successful build from http://cdn.ractivejs.org/edge/Ractive.js. +If the bug persists, it may have been fixed in the latest development version. You can always get the most recent successful build from http://cdn.ractivejs.org/edge/ractive.js. The best issues contain a reproducible demonstration of the bug in the form of a JSFiddle or similar. [This JSFiddle](http://jsfiddle.net/rich_harris/va6jU/) has a basic setup to get started with - even better, you could create a failing test using [this fiddle](http://jsfiddle.net/rich_harris/UG7Eq/) as a base.