diff --git a/README.md b/README.md index 36ebf22..bac9473 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Common workflow: ## testing ### writing specs -Write your [jasmine specs](http://pivotal.github.com/jasmine/#section-Suites:_describe_Your_Tests) in the `test` part of the source tree. Your `test` directory should mirror your `src` directory, with every `filename.{coffee,js}` having a corresponding `filename.spec.{coffee,js}`. This one-to-one `test` to `src` correspondence: +Write your [jasmine specs](https://jasmine.github.io/tutorials/your_first_suite) in the `test` part of the source tree. Your `test` directory should mirror your `src` directory, with every `filename.{coffee,js}` having a corresponding `filename.spec.{coffee,js}`. This one-to-one `test` to `src` correspondence: * makes sure you do write a `test` file for every `src` file. * easily identifies and properly scopes spec files, for simpler debugging.