From 2d3c8c9f2632357cfeab3400ddbdf9a87943597f Mon Sep 17 00:00:00 2001 From: Matthew Cale Date: Thu, 22 Sep 2016 21:23:35 -0500 Subject: [PATCH] Fix bad url Current README returns 404 when contributors guide is clicked. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e924e127..6bc39584 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Upgrading from Jasmine 1.x? Check out the [2.0 release notes](https://github.com ## Contributing -Please read the [contributors' guide](https://github.com/jasmine/jasmine/blob/master/CONTRIBUTING.md) +Please read the [contributors' guide](https://github.com/jasmine/jasmine/blob/master/.github/CONTRIBUTING.md) ## Installation