Skip to content

Commit 34ca9a0

Browse files
committed
[readme] fix repo URLs, remove testling
1 parent 7dd1224 commit 34ca9a0

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
},
3838
"repository": {
3939
"type": "git",
40-
"url": "git://github.com/substack/object-inspect.git"
40+
"url": "git://github.com/inspect-js/object-inspect.git"
4141
},
42-
"homepage": "https://github.com/substack/object-inspect",
42+
"homepage": "https://github.com/inspect-js/object-inspect",
4343
"keywords": [
4444
"inspect",
4545
"util.inspect",

readme.markdown

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
string representations of objects in node and the browser
44

5-
[![testling badge](https://ci.testling.com/substack/object-inspect.png)](https://ci.testling.com/substack/object-inspect)
6-
7-
[![build status](https://secure.travis-ci.org/substack/object-inspect.png)](http://travis-ci.org/substack/object-inspect)
5+
[![build status](https://secure.travis-ci.com/inspect-js/object-inspect.png)](https://travis-ci.com/inspect-js/object-inspect)
86

97
# example
108

0 commit comments

Comments
 (0)