Update links
This commit is contained in:
parent
4caea6ec1c
commit
ea68594915
@ -17,7 +17,7 @@ jasmine-ajax is currently compatible with any library that uses XMLHttpRequest.
|
||||
|
||||
Installing
|
||||
----------
|
||||
Download [mock-ajax.js](https://raw.github.com/pivotal/jasmine-ajax/master/lib/mock-ajax.js) and add it to your project. If you are using the jasmine gem, be sure the location you put mock-ajax.js is included in your src_files path in jasmine.yml. If you are using Jasmine standalone, make sure you add it to your spec runner.
|
||||
Download [mock-ajax.js](https://raw.github.com/jasmine/jasmine-ajax/master/lib/mock-ajax.js) and add it to your project. If you are using the jasmine gem, be sure the location you put mock-ajax.js is included in your src_files path in jasmine.yml. If you are using Jasmine standalone, make sure you add it to your spec runner.
|
||||
|
||||
Setup
|
||||
-----
|
||||
@ -228,6 +228,6 @@ beforeEach(function(){
|
||||
|
||||
Jasmine
|
||||
-------
|
||||
http://github.com/pivotal/jasmine
|
||||
http://github.com/jasmine/jasmine
|
||||
|
||||
Copyright (c) 2015 Pivotal Labs. This software is licensed under the MIT License.
|
||||
|
@ -3,9 +3,9 @@
|
||||
Jasmine-Ajax - v3.1.0: a set of helpers for testing AJAX requests under the Jasmine
|
||||
BDD framework for JavaScript.
|
||||
|
||||
http://github.com/pivotal/jasmine-ajax
|
||||
http://github.com/jasmine/jasmine-ajax
|
||||
|
||||
Jasmine Home page: http://pivotal.github.com/jasmine
|
||||
Jasmine Home page: http://jasmine.github.io/
|
||||
|
||||
Copyright (c) 2008-2015 Pivotal Labs
|
||||
|
||||
|
@ -3,9 +3,9 @@
|
||||
Jasmine-Ajax - v<%= packageVersion %>: a set of helpers for testing AJAX requests under the Jasmine
|
||||
BDD framework for JavaScript.
|
||||
|
||||
http://github.com/pivotal/jasmine-ajax
|
||||
http://github.com/jasmine/jasmine-ajax
|
||||
|
||||
Jasmine Home page: http://pivotal.github.com/jasmine
|
||||
Jasmine Home page: http://jasmine.github.io/
|
||||
|
||||
Copyright (c) 2008-2015 Pivotal Labs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user