]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Update link to example unit test 2319/head
author이한결 <mrrays@naver.com>
Sat, 11 Apr 2015 02:58:47 +0000 (11:58 +0900)
committer이한결 <mrrays@naver.com>
Sat, 11 Apr 2015 02:58:47 +0000 (11:58 +0900)
Because it was broken.

CONTRIBUTING.md

index 10c1afbb588735f26d3f7fb3c637ff3dee7c0c72..09b65f85688f137833b0eb1f40b37997cf3f0ae8 100644 (file)
@@ -21,7 +21,7 @@ Very important notes
 ====================
 
  * **Pull requests to the `master` branch will be closed.** Please submit all pull requests to the `develop` branch.
- * **Locale translations will not be merged without unit tests.** See [the British English unit tests](https://github.com/moment/moment/blob/develop/test/locale/en-gb.js) for an example.
+ * **Locale translations will not be merged without unit tests.** See [the British English unit tests](https://github.com/moment/moment/blob/develop/src/test/locale/en-gb.js) for an example.
  * **Do not include the minified files in your pull request.** Don't worry, we'll build them when we cut a release.
 
 Grunt tasks