Commit 3a22e66917b46ba255a84092611d30d1c990d966
Merge pull request #23 from Erethon/master
Typo fix on kappa-architecture.com linkAnders Rune Jensen authored on 4/9/2018, 8:34:57 PM
GitHub committed on 4/9/2018, 8:34:57 PM
Parent: 3444a45836aca7939a1214b22af30e65598376ee
Parent: a0751bcb99d5f18f1e4ec4e759cd72b2ea604ccc
Files changed
scuttlebot/tutorial.md | changed |
scuttlebot/tutorial.md | ||
---|---|---|
@@ -6,9 +6,9 @@ | ||
6 | 6 | |
7 | 7 | ## What is Scuttlebot? |
8 | 8 | |
9 | 9 | Scuttlebot is a peer-to-peer log store. |
10 | -Its data model is similar to that of [Apache Kafka](https://kafka.apache.org/), and it's part of a pattern that's now referred to as the [Kappa Architecture](kappa-architecture.com/). | |
10 | +Its data model is similar to that of [Apache Kafka](https://kafka.apache.org/), and it's part of a pattern that's now referred to as the [Kappa Architecture](http://kappa-architecture.com/). | |
11 | 11 | |
12 | 12 | What is Kappa Architecture? |
13 | 13 | |
14 | 14 | > Kappa Architecture is a software architecture pattern. |
@@ -422,5 +422,5 @@ | ||
422 | 422 | From here, you should read about the [Secure Scuttlebutt protocol](https://ssbc.github.io/secure-scuttlebutt/), and be sure to understand the [Content-Hash Linking](https://ssbc.github.io/docs/ssb/linking.html). |
423 | 423 | There are Howto Guides and Examples along the left nav. |
424 | 424 | You can also find detailed API references, and some articles, in the [documentation section](https://ssbc.github.io/docs/). |
425 | 425 | |
426 | -Happy coding! | |
426 | +Happy coding! |
Built with git-ssb-web