Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2016-12-27 08:08:12 +0300
committerFeross Aboukhadijeh <feross@feross.org>2016-12-27 08:08:12 +0300
commit8045540e3a8dd4116ef9b605bdbef8d8e67950f0 (patch)
tree6e05faf4ce4282e81a94c7bd87a8a38e59d41004 /docs
parent0d5dc9f5a060a57589c2c384a7b9e5270d0520ba (diff)
faq: add source code links
Diffstat (limited to 'docs')
-rw-r--r--docs/faq.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/faq.md b/docs/faq.md
index 0caf00a..404c578 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -92,8 +92,8 @@ WebTorrent is still pretty new, but it's already being used in cool ways:
- **[LocalFiles][localfiles]** - Share files by pinning them to geographic locations
- **[WebTorrent Google Cast (WTGC)][wtgc]** - Cast WebTorrent videos to Google Cast devices ([source code][wtgc-source])
- **[WebTorrent Player][webtorrent-player]** - A WebTorrent player built by Angular 2 and ngrx ([source code][webtorrent-player-source])
-- **[CodeDump][codedump]** - A WebTorrent based code pastebin
-- **[Lunik-Torrent][lunik-torrent]** - WebTorrent downloader and file manager.
+- **[CodeDump][codedump]** - A WebTorrent based code pastebin ([source code][codedump-source])
+- **[Lunik-Torrent][lunik-torrent]** - WebTorrent downloader and file manager. ([source code][lunik-torrent-source])
- ***Your app here – [Send a pull request][pr] with your URL!***
#### WebTorrent Product Alternatives
@@ -112,7 +112,6 @@ There's also a list of WebTorrent-powered alternatives to centralized services h
[peercloud-source]: https://github.com/jhiesey/peercloud
[webtorrentapp]: https://github.com/alexeisavca/webtorrentapp
[fastcast]: http://fastcast.nz
-[codedump]: http://ronsoros.github.io
[fastcast-source]: https://github.com/fastcast/fastcast
[coloredcoins]: http://coloredcoins.org
[coloredcoins-source]: https://github.com/Colored-Coins/Metadata-Handler
@@ -157,7 +156,10 @@ There's also a list of WebTorrent-powered alternatives to centralized services h
[wtgc-source]: https://github.com/FluorescentHallucinogen/webtorrent-googlecast
[webtorrent-player]: http://webtorrent-player.s3-website-us-east-1.amazonaws.com/
[webtorrent-player-source]: https://github.com/Hongbo-Miao/webtorrent-player
+[codedump]: http://ronsoros.github.io
+[codedump-source]: https://github.com/ronsoros/ronsoros.github.io/blob/master/index.html
[lunik-torrent]: https://tcloud-lunik.herokuapp.com
+[lunik-torrent-source]: https://github.com/Lunik/Lunik-Torrent
## How does WebTorrent work?
The WebTorrent protocol works just like [BitTorrent protocol][bittorrent-protocol],