Skip to content

Commit 10bbfb4

Browse files
committed
readme: Update urls to HTTPS and use SVG version of Travis badge
1 parent f199b96 commit 10bbfb4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"repository": {
1818
"type": "git",
19-
"url": "http://github.com/kof/node-qunit.git"
19+
"url": "https://github.com/kof/node-qunit.git"
2020
},
2121
"keywords": [
2222
"TDD",
@@ -53,7 +53,7 @@
5353
"licenses": [
5454
{
5555
"type": "MIT",
56-
"url": "http: //www.opensource.org/licenses/mit-license.php"
56+
"url": "https://opensource.org/licenses/mit-license.php"
5757
}
5858
]
5959
}

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## QUnit testing framework for nodejs.
22

3-
[![Build Status](https://travis-ci.org/kof/node-qunit.png?branch=master)](https://travis-ci.org/kof/node-qunit)
3+
[![Build Status](https://travis-ci.org/kof/node-qunit.svg?branch=master)](https://travis-ci.org/kof/node-qunit)
44

5-
http://qunitjs.com
5+
https://qunitjs.com
66

7-
http://github.com/jquery/qunit
7+
https://github.com/jquery/qunit
88

99
### Features
1010

0 commit comments

Comments
 (0)