From 9272449ab05acca4db29bf4bbe26e7c135daa14a Mon Sep 17 00:00:00 2001 From: Zed Date: Sat, 17 Jun 2017 23:21:54 +0200 Subject: [PATCH 1/2] Fix LBRY GitHub link in BitTorrent bounty --- content/bounty/bittorrent-support.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/bounty/bittorrent-support.md b/content/bounty/bittorrent-support.md index 4cbf1a1f..fd5113b4 100644 --- a/content/bounty/bittorrent-support.md +++ b/content/bounty/bittorrent-support.md @@ -6,7 +6,7 @@ status: available date: '2016-07-01' --- -Add support for the BitTorrent protocol to [`lbry`](https://github.com/lbry). +Add support for the BitTorrent protocol to [`lbry`](https://github.com/lbryio). The LBRY blockchain supports storing metadata about media content. A simplified, sample entry looks like: @@ -24,4 +24,4 @@ The `sources` field is designed to be extended and support resolution to multipl - Support the BitTorrent protocol via `python-libtorrent` or similar. - Read `btih` as a source key and use this key to access the data via BitTorrent when requested -- Probably a lot more stuff! \ No newline at end of file +- Probably a lot more stuff! From cc6bd909db7512ba9e7bb47f3abe0cc468d56a1c Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Sun, 18 Jun 2017 10:30:53 -0400 Subject: [PATCH 2/2] fix typo --- content/bounty/bittorrent-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/bounty/bittorrent-support.md b/content/bounty/bittorrent-support.md index fd5113b4..338e14f2 100644 --- a/content/bounty/bittorrent-support.md +++ b/content/bounty/bittorrent-support.md @@ -6,7 +6,7 @@ status: available date: '2016-07-01' --- -Add support for the BitTorrent protocol to [`lbry`](https://github.com/lbryio). +Add support for the BitTorrent protocol to [`lbry`](https://github.com/lbryio/lbry). The LBRY blockchain supports storing metadata about media content. A simplified, sample entry looks like: