2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-11 18:02:32 +03:00

Update links

This commit is contained in:
Nick Uraltsev
2017-09-28 21:09:47 -07:00
parent 17e44c8ec9
commit 26b06391f8
16 changed files with 136 additions and 136 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ describe('cancel', function() {
});
describe('when called after response has been received', function() {
// https://github.com/mzabriskie/axios/issues/482
// https://github.com/axios/axios/issues/482
it('does not cause unhandled rejection', function (done) {
var source = CancelToken.source();
axios.get('/foo', {
+1 -1
View File
@@ -6,6 +6,6 @@ describe('helpers::isURLSameOrigin', function () {
});
it('should detect different origin', function () {
expect(isURLSameOrigin('https://github.com/mzabriskie/axios')).toEqual(false);
expect(isURLSameOrigin('https://github.com/axios/axios')).toEqual(false);
});
});
+2 -2
View File
@@ -132,7 +132,7 @@ describe('requests', function () {
});
});
// https://github.com/mzabriskie/axios/issues/378
// https://github.com/axios/axios/issues/378
it('should return JSON when rejecting', function (done) {
var response;
@@ -220,7 +220,7 @@ describe('requests', function () {
});
});
// https://github.com/mzabriskie/axios/issues/201
// https://github.com/axios/axios/issues/201
it('should fix IE no content error', function (done) {
var response;