secure-scuttlebot classic

Merge pull request #704 from ssbc/Connoropolous-patch-1

Fix kappa architecture link

authored by

Connor Turland and committed by
GitHub
e5c994f5 c66ecf9d

+1 -1
+1 -1
README.md
··· 7 7 - File-synchronization 8 8 - End-to-end encryption 9 9 10 - `ssb-server` behaves just like a [Kappa Architecture DB](http://www.kappa-architecture.com/). 10 + `ssb-server` behaves just like a [Kappa Architecture DB](http://milinda.pathirage.org/kappa-architecture.com/). 11 11 In the background, it syncs with known peers. 12 12 Peers do not have to be trusted, and can share logs and files on behalf of other peers, as each log is an unforgeable append-only message feed. 13 13 This means ssb-servers comprise a [global gossip-protocol mesh](https://en.wikipedia.org/wiki/Gossip_protocol) without any host dependencies.