From a4e6691de4aad2843f425c036b0e012d90953704 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=9D=B4=ED=95=9C=EA=B2=B0?= Date: Sat, 11 Apr 2015 11:58:47 +0900 Subject: [PATCH] Update link to example unit test Because it was broken. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2