Commit bc368ad00cffc79fee33097a5a9f46fac5c6be78
Merge pull request #62 from srcagency/fix-links
fix links to migrated repositoriesDominic Tarr authored on 8/31/2016, 4:13:55 AM
GitHub committed on 8/31/2016, 4:13:55 AM
Parent: c686ded11700da3bd008a1915601f189454076e5
Parent: 53993d4b470f0742ad15adb19ec03653e415da6a
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -39,10 +39,10 @@ | ||
39 | 39 | ## Compatibily with node streams |
40 | 40 | |
41 | 41 | pull-streams are not _directly_ compatible with node streams, |
42 | 42 | but pull-streams can be converted into node streams with |
43 | -[pull-stream-to-stream](https://github.com/dominictarr/pull-stream-to-stream) | |
44 | -and node streams can be converted into pull-stream using [stream-to-pull-stream](https://github.com/dominictarr/stream-to-pull-stream) | |
43 | +[pull-stream-to-stream](https://github.com/pull-stream/pull-stream-to-stream) | |
44 | +and node streams can be converted into pull-stream using [stream-to-pull-stream](https://github.com/pull-stream/stream-to-pull-stream) | |
45 | 45 | correct back pressure is preserved. |
46 | 46 | |
47 | 47 | ### Readable & Reader vs. Readable & Writable |
48 | 48 |
Built with git-ssb-web