Commit 7637418d38ab054ae11a567c04278551842b8d39
fix broken github links and npm install
scuttlebot repo changed to ssb-serverMel Heisey committed on 12/31/2018, 2:02:45 AM
Parent: 4f7b78d8b2914480db07fd7c23c2285549900e29
Files changed
tmpl/apis/modules/secret-stack.md | ||
---|---|---|
@@ -4,9 +4,9 @@ | ||
4 | 4 … | |
5 | 5 … | SecretStack is built on [secret-handshake](https://github.com/dominictarr/secret-handshake) |
6 | 6 … | and [muxrpc](https://github.com/ssbc/muxrpc). This provides a framework |
7 | 7 … | to make building secure, decentralized systems easier. |
8 | -(such as [scuttlebot](https://github.com/ssbc/scuttlebot) which this was refactored out of ;) | |
8 … | +(such as [scuttlebot](https://github.com/ssbc/ssb-server) which this was refactored out of ;) | |
9 | 9 … | |
10 | 10 … | ## Example |
11 | 11 … | |
12 | 12 … | ``` js |
tmpl/apis/modules/ssb-config.md | ||
---|---|---|
@@ -1,7 +1,7 @@ | ||
1 | 1 … | # ssb-config |
2 | 2 … | |
3 | -Configuration module used by [`scuttlebot`](https://github.com/ssbc/scuttlebot). | |
3 … | +Configuration module used by [`scuttlebot`](https://github.com/ssbc/ssb-server). | |
4 | 4 … | |
5 | 5 … | ## example |
6 | 6 … | |
7 | 7 … | ``` js |
tmpl/apis/modules/ssb-party.md | ||
---|---|---|
@@ -34,9 +34,9 @@ | ||
34 | 34 … | - `config.timers.keepalive`: minimum time (ms) to keep the server online after the last client disconnects. default: 30s |
35 | 35 … | - `config.party.out`: where to put standard output of sbot. may be a path (absolute, or relative to ssb's directory), or `false` to discard, or `true` to pass through to the controlling terminal. default: `"debug.log"` |
36 | 36 … | - `config.party.err`: where to put standard error of sbot. default: same as `config.party.out` |
37 | 37 … | |
38 | -[scuttlebot]: https://github.com/ssbc/scuttlebot | |
38 … | +[scuttlebot]: https://github.com/ssbc/ssb-server | |
39 | 39 … | [ssb-keys]: https://github.com/ssbc/ssb-keys |
40 | 40 … | [ssb-config]: https://github.com/ssbc/ssb-config |
41 | 41 … | [secret-stack]: https://github.com/ssbc/secret-stack |
42 | 42 … |
tmpl/docs/basics/install-the-database.html.js | ||
---|---|---|
@@ -10,9 +10,9 @@ | ||
10 | 10 … | |
11 | 11 … | // put content in a separate function so that index.html can reuse it |
12 | 12 … | module.exports.content = () => ` |
13 | 13 … | <h2>Install the database</h2> |
14 | - ${ com.code({ bash: `npm install -g scuttlebot` }) } | |
14 … | + ${ com.code({ bash: `npm install -g ssb-server` }) } | |
15 | 15 … | <p> |
16 | 16 … | Install the database to your device, not to a host. |
17 | 17 … | Each user runs their own Scuttlebot. |
18 | 18 … | </p> |
tmpl/docs/config/create-a-pub.html.js | ||
---|---|---|
@@ -20,9 +20,9 @@ | ||
20 | 20 … | <h2>2. Install Scuttlebot</h2> |
21 | 21 … | <p> |
22 | 22 … | Install Scuttlebot using NPM. |
23 | 23 … | </p> |
24 | - ${ com.code({ bash: `npm install -g scuttlebot` }) } | |
24 … | + ${ com.code({ bash: `npm install -g ssb-server` }) } | |
25 | 25 … | <p> |
26 | 26 … | To update scuttlebot in the future, simply run the global install again. |
27 | 27 … | </p> |
28 | 28 … |
tmpl/footer.part.js | ||
---|---|---|
@@ -9,7 +9,7 @@ | ||
9 | 9 … | <ul class="footer-section"> |
10 | 10 … | <li>Community</li> |
11 | 11 … | <li><p>#scuttlebutt on freenode</p></li> |
12 | 12 … | <li><a href="https://github.com/ssbc">GitHub Org</a></li> |
13 | - <li><a href="https://github.com/ssbc/scuttlebot">GitHub Repo</a></li> | |
13 … | + <li><a href="https://github.com/ssbc/ssb-server">GitHub Repo</a></li> | |
14 | 14 … | </ul> |
15 | 15 … | </div>` |
Built with git-ssb-web