|
1 | 1 | # Karma |
2 | 2 | [](https://github.com/karma-runner/karma) [](https://www.npmjs.com/package/karma) [](https://npmcharts.com/compare/karma?minimal=true) |
3 | 3 |
|
4 | | -[](https://travis-ci.org/karma-runner/karma) [](https://ci.appveyor.com/project/dignifiedquire/karma) [](https://codeclimate.com/github/karma-runner/karma) [](http://makeapullrequest.com) [](https://david-dm.org/karma-runner/karma) [](https://david-dm.org/karma-runner/karma#info=devDependencies) [](https://github.com/semantic-release/semantic-release) |
| 4 | +[](https://travis-ci.org/karma-runner/karma) [](https://ci.appveyor.com/project/dignifiedquire/karma) [](https://codeclimate.com/github/karma-runner/karma) [](https://makeapullrequest.com/) [](https://david-dm.org/karma-runner/karma) [](https://david-dm.org/karma-runner/karma#info=devDependencies) [](https://github.com/semantic-release/semantic-release) |
5 | 5 |
|
6 | 6 | A simple tool that allows you to execute JavaScript code in multiple |
7 | 7 | _real_ browsers. |
@@ -48,7 +48,7 @@ So for testing purposes you can use pretty much anything you like. There are alr |
48 | 48 | * [Jasmine] |
49 | 49 | * [Mocha] |
50 | 50 | * [QUnit] |
51 | | -* and [many others](https://www.npmjs.org/browse/keyword/karma-adapter) |
| 51 | +* and [many others](https://www.npmjs.com/search?q=keywords:karma-adapter) |
52 | 52 |
|
53 | 53 | If you can't find an adapter for your favourite framework, don't worry and write your own. |
54 | 54 | It's not that hard and we are here to help. |
@@ -108,16 +108,16 @@ use the awesome [Socket.io] library and [Node.js]. |
108 | 108 |
|
109 | 109 | [AngularJS]: https://angularjs.org/ |
110 | 110 | [JSTD]: https://code.google.com/p/js-test-driver/ |
111 | | -[Socket.io]: http://socket.io/ |
112 | | -[Node.js]: http://nodejs.org/ |
| 111 | +[Socket.io]: https://socket.io/ |
| 112 | +[Node.js]: https://nodejs.org/ |
113 | 113 | [Jasmine]: https://github.com/karma-runner/karma-jasmine |
114 | 114 | [Mocha]: https://github.com/karma-runner/karma-mocha |
115 | 115 | [QUnit]: https://github.com/karma-runner/karma-qunit |
116 | 116 | [here]: https://www.youtube.com/watch?v=MVw8N3hTfCI |
117 | 117 | [Mailing List]: https://groups.google.com/forum/#!forum/karma-users |
118 | 118 | [Issue Tracker]: https://github.com/karma-runner/karma/issues |
119 | 119 | [@JsKarma]: https://twitter.com/JsKarma |
120 | | -[RequireJS]: http://requirejs.org/ |
| 120 | +[RequireJS]: https://requirejs.org/ |
121 | 121 | [Istanbul]: https://github.com/gotwarlost/istanbul |
122 | 122 |
|
123 | 123 | [browsers]: https://karma-runner.github.io/latest/config/browsers.html |
|
0 commit comments