git ssb

2+

Dominic / pull-stream



Commit bc368ad00cffc79fee33097a5a9f46fac5c6be78

Merge pull request #62 from srcagency/fix-links

fix links to migrated repositories
Dominic 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.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