git ssb

2+

Dominic / pull-stream



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.mdchanged
README.mdView
@@ -39,10 +39,10 @@
3939 ## Compatibily with node streams
4040
4141 pull-streams are not _directly_ compatible with node streams,
4242 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)
4545 correct back pressure is preserved.
4646
4747 ### Readable & Reader vs. Readable & Writable
4848

Built with git-ssb-web