From: 이한결 Date: Sat, 11 Apr 2015 02:58:47 +0000 (+0900) Subject: Update link to example unit test X-Git-Tag: 2.10.3~33^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2319%2Fhead;p=thirdparty%2Fmoment.git Update link to example unit test Because it was broken. --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 10c1afbb5..09b65f856 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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