diff --git a/_config.yml b/_config.yml index 4fc69b2..5b970f4 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ title: LBRY Protocol Specification -email: grin@lbry.io +email: grin@lbry.com baseurl: "" # the subpath of your site, e.g. /blog url: "" # the base hostname & protocol for your site, e.g. http://example.com diff --git a/_layouts/spec.html b/_layouts/spec.html index b35cadd..239fffd 100644 --- a/_layouts/spec.html +++ b/_layouts/spec.html @@ -15,7 +15,7 @@

LBRY: A Decentralized Digital Content Marketplace

- Alex Grintsvayg (grin@lbry.io), Jeremy Kauffman (jeremy@lbry.io) + Alex Grintsvayg (grin@lbry.com), Jeremy Kauffman (jeremy@lbry.com)
PDF Version
Menu
diff --git a/index.md b/index.md index fb65f8a..7d789b5 100644 --- a/index.md +++ b/index.md @@ -16,7 +16,7 @@ LBRY offers a significant improvement over both options. It uses a blockchain to ### Status -LBRY has been in public use since June 2016. As of February 2019, approximately 750,000 pieces of digital content have been published via the protocol. Tens of thousands of users access hundreds of thousands of pieces of content each month, downloading and uploading terabytes of data. Graphical browsers and wallets are available for all major operating systems and can be downloaded on at [lbry.io/get](https://lbry.io/get). +LBRY has been in public use since June 2016. As of February 2019, approximately 750,000 pieces of digital content have been published via the protocol. Tens of thousands of users access hundreds of thousands of pieces of content each month, downloading and uploading terabytes of data. Graphical browsers and wallets are available for all major operating systems and can be downloaded on at [lbry.com/get](https://lbry.com/get). ### Overview @@ -926,7 +926,7 @@ URL | Claim ID - [lbry.tech](https://lbry.tech) is designed specifically for a technical audience. There you will find detailed explanations and examples, ways to interact with the LBRY community, and guidance for anyone who wants to get more involved. - [github.com/lbryio](https://github.com/lbryio) contains MIT-licensed source code and implementation details for the protocol and related software. -- [lbry.io](https://lbry.io) is an application built on top of LBRY. It's one example of the type of end-to-end experience that is possible to create using this technology. +- [lbry.com](https://lbry.com) is an application built on top of LBRY. It's one example of the type of end-to-end experience that is possible to create using this technology. diff --git a/lbry-spec.pdf b/lbry-spec.pdf index afd9671..f06bb9b 100644 Binary files a/lbry-spec.pdf and b/lbry-spec.pdf differ diff --git a/readme.md b/readme.md index 7975b7f..7047fd3 100644 --- a/readme.md +++ b/readme.md @@ -7,7 +7,7 @@ This repo contains the official protocol specification for LBRY. It is built wit ## Usage -The spec is available at https://spec.lbry.io. +The spec is available at https://spec.lbry.com. To view the content locally, you must have [Ruby](https://www.ruby-lang.org/en/documentation/installation/) and [bundler](https://bundler.io#getting-started) installed. Then run `bundle install` and `bundle exec jekyll serve`, and open `localhost:4000` in your browser. @@ -20,7 +20,7 @@ To edit the spec: - make changes to the markdown - refresh `localhost:4000` in your browser to see the effect of your changes. -Contributions to this project are welcome, encouraged, and compensated. For more details, [click here](https://lbry.io/faq/contributing). +Contributions to this project are welcome, encouraged, and compensated. For more details, [click here](https://lbry.com/faq/contributing). ## License @@ -30,9 +30,9 @@ This project is MIT licensed. For the full license, see [LICENSE](LICENSE). ## Security -We take security seriously. Please contact security@lbry.io regarding any security issues. [Our GPG key is here](https://lbry.io/faq/gpg-key) if you need it. +We take security seriously. Please contact security@lbry.com regarding any security issues. [Our GPG key is here](https://lbry.com/faq/gpg-key) if you need it. ## Contact -The primary contact for this project is [@lyoshenka](https://github.com/lyoshenka) (grin@lbry.io). +The primary contact for this project is [@lyoshenka](https://github.com/lyoshenka) (grin@lbry.com).