From a9a112e88f16f085c454a4948a97e87524e501d0 Mon Sep 17 00:00:00 2001 From: sgravrock Date: Sun, 18 Feb 2018 21:08:52 -0800 Subject: [PATCH] Fixed release notes link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f3caa1d..d74d0e77 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Jasmine is a Behavior Driven Development testing framework for JavaScript. It do Documentation & guides live here: [http://jasmine.github.io](http://jasmine.github.io/) For a quick start guide of Jasmine, see the beginning of [http://jasmine.github.io/edge/introduction.html](http://jasmine.github.io/edge/introduction.html) -Upgrading from Jasmine 2.x? Check out the [3.0 release notes](https://github.com/jasmine/jasmine/blob/v3.0.0/release_notes/30.md) for a list of what's new (including breaking changes). +Upgrading from Jasmine 2.x? Check out the [3.0 release notes](https://github.com/jasmine/jasmine/blob/v3.0.0/release_notes/3.0.md) for a list of what's new (including breaking changes). ## Contributing