From 0d6a3ea80b0c451798215d660358b2cf08a734c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9D=E3=83=BC=E3=83=AB=20=E3=82=A6=E3=82=A7=E3=83=83?= =?UTF-8?q?=E3=83=96?= Date: Fri, 24 Aug 2018 12:07:37 -0500 Subject: [PATCH] Updated link --- documents/resources.md | 2 +- views/pages/api.js | 2 +- views/pages/home.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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`

Development

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