Commit cd2a57a14efc82ee0b742ae22535ba4bdfcab508
Merge pull request #607 from hamnox/patch-1
ssbc.github.io scuttlebot links fixChristian Bundy authored on 1/7/2019, 10:11:30 PM
GitHub committed on 1/7/2019, 10:11:30 PM
Parent: c93f052cef76c26405c3a5771b9e6adf95a60ec9
Parent: a768b2bb642be9db420a4d6d5d4d675548495232
Files changed
api.html | changed |
index.html | changed |
api.html | ||
---|---|---|
@@ -15,9 +15,9 @@ | ||
15 | 15 … | </a> |
16 | 16 … | <a class="topnav-item " href="/patchwork" title="Patchwork"> |
17 | 17 … | Patchwork<br><small>Social Messaging App</small> |
18 | 18 … | </a> |
19 | - <a class="topnav-item " href="/scuttlebot" title="Scuttlebot"> | |
19 … | + <a class="topnav-item " href="/ssb-server" title="Scuttlebot"> | |
20 | 20 … | Scuttlebot<br><small>P2P Log Store</small> |
21 | 21 … | </a> |
22 | 22 … | <a class="topnav-item selected" href="/docs" title="Documentation"> |
23 | 23 … | Documentation<br><small>APIs, Articles</small> |
@@ -46,31 +46,31 @@ | ||
46 | 46 … | </div> |
47 | 47 … | <div class="leftnav-item">API Documentation</div> |
48 | 48 … | <div class="leftnav-subitems"> |
49 | 49 … | <div class="leftnav-item selected"> |
50 | - <a href="/scuttlebot/api.html" title="scuttlebot">scuttlebot</a> | |
50 … | + <a href="/ssb-server/api.html" title="scuttlebot">scuttlebot</a> | |
51 | 51 … | </div> |
52 | 52 … | <div class="leftnav-indent"> |
53 | 53 … | <div class="leftnav-item "> |
54 | - <a href="/scuttlebot/plugins/blobs.html" title="blobs">blobs</a> | |
54 … | + <a href="/ssb-server/plugins/blobs.html" title="blobs">blobs</a> | |
55 | 55 … | </div> |
56 | 56 … | <div class="leftnav-item "> |
57 | - <a href="/scuttlebot/plugins/block.html" title="block">block</a> | |
57 … | + <a href="/ssb-server/plugins/block.html" title="block">block</a> | |
58 | 58 … | </div> |
59 | 59 … | <div class="leftnav-item "> |
60 | - <a href="/scuttlebot/plugins/friends.html" title="friends">friends</a> | |
60 … | + <a href="/ssb-server/plugins/friends.html" title="friends">friends</a> | |
61 | 61 … | </div> |
62 | 62 … | <div class="leftnav-item "> |
63 | - <a href="/scuttlebot/plugins/gossip.html" title="gossip">gossip</a> | |
63 … | + <a href="/ssb-server/plugins/gossip.html" title="gossip">gossip</a> | |
64 | 64 … | </div> |
65 | 65 … | <div class="leftnav-item "> |
66 | - <a href="/scuttlebot/plugins/invite.html" title="invite">invite</a> | |
66 … | + <a href="/ssb-server/plugins/invite.html" title="invite">invite</a> | |
67 | 67 … | </div> |
68 | 68 … | <div class="leftnav-item "> |
69 | - <a href="/scuttlebot/plugins/private.html" title="private">private</a> | |
69 … | + <a href="/ssb-server/plugins/private.html" title="private">private</a> | |
70 | 70 … | </div> |
71 | 71 … | <div class="leftnav-item "> |
72 | - <a href="/scuttlebot/plugins/replicate.html" title="replicate">replicate</a> | |
72 … | + <a href="/ssb-server/plugins/replicate.html" title="replicate">replicate</a> | |
73 | 73 … | </div> |
74 | 74 … | </div> |
75 | 75 … | <div class="leftnav-item "> |
76 | 76 … | <a href="/ssb-client" title="ssb-client">ssb-client</a> |
index.html | ||
---|---|---|
@@ -15,9 +15,9 @@ | ||
15 | 15 … | </a> |
16 | 16 … | <a class="topnav-item " href="/patchwork" title="Patchwork"> |
17 | 17 … | Patchwork<br><small>Social Messaging App</small> |
18 | 18 … | </a> |
19 | - <a class="topnav-item selected" href="/scuttlebot" title="Scuttlebot"> | |
19 … | + <a class="topnav-item selected" href="/ssb-server" title="Scuttlebot"> | |
20 | 20 … | Scuttlebot<br><small>P2P Log Store</small> |
21 | 21 … | </a> |
22 | 22 … | <a class="topnav-item " href="/docs" title="Documentation"> |
23 | 23 … | Documentation<br><small>APIs, Articles</small> |
@@ -26,9 +26,9 @@ | ||
26 | 26 … | </div> |
27 | 27 … | <div id="layout"> |
28 | 28 … | <div id="leftnav"> |
29 | 29 … | <div class="leftnav-item selected"> |
30 | - <a href="/scuttlebot" title="Scuttlebot">Scuttlebot</a> | |
30 … | + <a href="/ssb-server" title="Scuttlebot">Scuttlebot</a> | |
31 | 31 … | </div> |
32 | 32 … | <div class="leftnav-subitems"> |
33 | 33 … | <div class="leftnav-item "> |
34 | 34 … | <a href="/docs/scuttlebot/install.html" title="Install">Install</a> |
@@ -42,12 +42,12 @@ | ||
42 | 42 … | </div> |
43 | 43 … | <div class="leftnav-item">Examples</div> |
44 | 44 … | <div class="leftnav-subitems"> |
45 | 45 … | <div class="leftnav-item "> |
46 | - <a href="/ssb-blessed-dashboard" title="Blessed Dashboard">Blessed Dashboard</a> | |
46 … | + <a href="/ssb-cli-dashboard" title="Blessed Dashboard">Blessed Dashboard</a> | |
47 | 47 … | </div> |
48 | 48 … | <div class="leftnav-item "> |
49 | - <a href="/ssb-example-whois" title="Example "Whois"">Example "Whois"</a> | |
49 … | + <a href="/ssb-simple-whois" title="Example "Whois"">Example "Whois"</a> | |
50 | 50 … | </div> |
51 | 51 … | <div class="leftnav-item "> |
52 | 52 … | <a href="/ssb-example-pm" title="Private Message">Private Message</a> |
53 | 53 … | </div> |
@@ -105,9 +105,9 @@ | ||
105 | 105 … | In the background, it syncs with known peers. |
106 | 106 … | 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. |
107 | 107 … | This means Scuttlebots comprise a <a href="https://en.wikipedia.org/wiki/Gossip_protocol">global gossip-protocol mesh</a> without any host dependencies.</p> |
108 | 108 … | <p><strong>Join us in #scuttlebutt on freenode.</strong></p> |
109 | -<p><a href="http://travis-ci.org/ssbc/scuttlebot"><img src="https://secure.travis-ci.org/ssbc/scuttlebot.png" alt="build status"></a></p> | |
109 … | +<p><a href="http://travis-ci.org/ssbc/ssb-server"><img src="https://secure.travis-ci.org/ssbc/ssb-server.png" alt="build status"></a></p> | |
110 | 110 … | <h2 id="example-usage">Example Usage</h2> |
111 | 111 … | <pre><code class="lang-bash"># In bash: |
112 | 112 … | |
113 | 113 … | # publish a message |
@@ -204,5 +204,5 @@ | ||
204 | 204 … | |
205 | 205 … | </div> |
206 | 206 … | </div> |
207 | 207 … | </body> |
208 | - </html> | |
208 … | + </html> |
Built with git-ssb-web