Skip to content

Commit f219f5a

Browse files
goto-bus-stopyoshuawuyts
authored andcommitted
Update links in readme (#135)
1 parent 6898736 commit f219f5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# module-deps
22

33
walk the dependency graph to generate json output that can be fed into
4-
[browser-pack](https://github.com/substack/browser-pack)
4+
[browser-pack](https://github.com/browserify/browser-pack)
55

6-
[![build status](https://secure.travis-ci.org/substack/module-deps.png)](http://travis-ci.org/substack/module-deps)
6+
[![build status](https://secure.travis-ci.org/browserify/module-deps.png)](http://travis-ci.org/browserify/module-deps)
77

88
# example
99

@@ -30,7 +30,7 @@ $ node example/deps.js
3030
```
3131

3232
and you can feed this json data into
33-
[browser-pack](https://github.com/substack/browser-pack):
33+
[browser-pack](https://github.com/browserify/browser-pack):
3434

3535
```
3636
$ node example/deps.js | browser-pack | node

0 commit comments

Comments
 (0)