Commit 53993d4b470f0742ad15adb19ec03653e415da6a
fix links to migrated repositories
Dominic Tarr transferred most pull-stream repositories to its own organization thus the URLs have changed.Thomas Jensen committed on 8/30/2016, 12:47:57 PM
Parent: 48f11ee4bbabe3ee3bf0c9e02f75c39456e53582
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