Skip to content

Commit

Permalink
docs(readme): update links
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Mar 14, 2018
1 parent 01e7164 commit 5778b0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = function (config) {
}
```

You can also pass options for `QUnit.config` (documented [here](https://api.qunitjs.com/QUnit.config/)) as such:
You can also pass options for `QUnit.config` (documented [here](https://api.qunitjs.com/config/QUnit.config)) as such:

```js
/// karma.conf.js
Expand All @@ -58,10 +58,10 @@ module.exports = function (config) {
}
```

Note: `showUI: true` needs the `clearContext: false` option to display correctly in non-debug mode.
Note: `showUI: true` needs the `clearContext: false` option to display correctly in non-debug mode.

----

For more information on Karma see the [homepage]. If you're using `karma-qunit` to test Ember.js, you might find Karma's [Ember guide](http://karma-runner.github.io/0.12/plus/emberjs.html) helpful.
For more information on Karma see the [homepage]. If you're using `karma-qunit` to test Ember.js, you might find Karma's [Ember guide](http://karma-runner.github.io/latest/plus/emberjs.html) helpful.

[homepage]: http://karma-runner.github.com

0 comments on commit 5778b0f

Please sign in to comment.