diff --git a/documents/resources.md b/documents/resources.md index 79b5741..bb8f772 100644 --- a/documents/resources.md +++ b/documents/resources.md @@ -5,7 +5,7 @@ title: Resources ## Showcase - [Whitepaper](https://lbry-whitepaper.herokuapp.com) -- [Blockchain API](/api/blockchain) +- [Blockchain API](/api/protocol) - [Daemon API](/api/daemon) ## Additional Resources diff --git a/views/pages/api.js b/views/pages/api.js index 3fd842e..41d76f6 100644 --- a/views/pages/api.js +++ b/views/pages/api.js @@ -87,7 +87,7 @@ function createApiSidebar(apiDetails) { function parseApiFile(urlSlug) { let apiFileLink; - if (urlSlug === "blockchain") apiFileLink = process.env.NODE_ENV === "development" ? + if (urlSlug === "protocol") apiFileLink = process.env.NODE_ENV === "development" ? "https://rawgit.com/lbryio/lbry/master/docs/api.json" : "https://cdn.rawgit.com/lbryio/lbry/5b3103e4/docs/api.json" ; diff --git a/views/pages/home.js b/views/pages/home.js index 32babc1..a27f856 100755 --- a/views/pages/home.js +++ b/views/pages/home.js @@ -82,7 +82,7 @@ module.exports = exports = () => async () => html`
Like a bit of documentation but would prefer to jump in and make your mark on the blockchain? Perhaps add cats to it?
- Learn the LBRY API + Learn the LBRY API