Commit 73683cb570cf00ded6a569f3b48e6b0eb4ccc69c
Merge pull request #16 from ivar/ferment_link_fix
use working link for ferment projectChristian Bundy authored on 11/19/2019, 8:24:12 PM
GitHub committed on 11/19/2019, 8:24:12 PM
Parent: 07f9b60d2c393384f378ed29c5016d4dea460402
Parent: ae6c4066fe4465fd0bb3fe32e749d37085808706
Files changed
tmpl/apps/index.html.js | changed |
tmpl/apps/index.html.js | ||
---|---|---|
@@ -8,9 +8,9 @@ | ||
8 | 8 … | { id: 'patchwork', title: 'Patchwork', desc: 'Inbox, social feed, and profiles.', url: 'https://github.com/ssbc/patchwork' }, |
9 | 9 … | { id: 'patchbay', title: 'Patchbay', desc: 'An alternative Secure Scuttlebutt client interface', url: 'https://github.com/ssbc/patchbay' }, |
10 | 10 … | { id: 'manyverse', title: 'Manyverse', desc: 'Beta Android client', url: 'https://www.manyver.se' }, |
11 | 11 … | { id: 'patchfoo', title: 'Patchfoo', desc: 'Plain SSB web UI. Uses HTML forms instead of client-side JS.', url: 'https://git.scuttlebot.io/%25YAg1hicat%2B2GELjE2QJzDwlAWcx0ML%2B1sXEdsWwvdt8%3D.sha256' }, |
12 | - { id: 'ferment', title: 'Ferment', desc: 'Peer-to-peer audio publishing and streaming.', url: 'http://ferment.audio' }, | |
12 … | + { id: 'ferment', title: 'Ferment', desc: 'Peer-to-peer audio publishing and streaming.', url: 'https://github.com/fermentation/ferment' }, | |
13 | 13 … | { id: 'ssb-cli-dashboard', title: 'CLI Dashboard', desc: 'Browse the database state.', url: 'https://github.com/ssbc/ssb-cli-dashboard' }, |
14 | 14 … | { id: 'ssb-simple-whois', title: 'CLI Whois', desc: 'Very simple petname->pubkey lookup.', url: 'https://github.com/ssbc/ssb-simple-whois' }, |
15 | 15 … | { id: 'ssb-client-cli', title: 'ssb-client-cli', desc: 'Command Line interface to do basic things with SSB', url: 'https://github.com/qypea/ssb-client-cli' }, |
16 | 16 … | { id: 'sbotc', title: 'sbotc', desc: 'A command-line SSB client in C. Use like the sbot command.', url: 'https://git.scuttlebot.io/%25133ulDgs%2FoC1DXjoK04vDFy6DgVBB%2FZok15YJmuhD5Q%3D.sha256' }, |
Built with git-ssb-web