From 5c493c5ede278b2e43a49b160d5893519f935acb Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Tue, 29 Jan 2019 11:23:46 -0500 Subject: [PATCH] whitepaper -> specificaiton --- app/components/resources-link-grid.js | 6 +++--- app/data/redirects.json | 3 ++- app/views/home.js | 4 ++-- documents/glossary.md | 4 ++-- documents/overview.md | 2 +- documents/partials/overview/lbrycrd.md | 2 +- documents/partials/overview/lbrysdk.md | 2 +- documents/resources.md | 2 +- 8 files changed, 13 insertions(+), 12 deletions(-) diff --git a/app/components/resources-link-grid.js b/app/components/resources-link-grid.js index 0db1251..5949b92 100644 --- a/app/components/resources-link-grid.js +++ b/app/components/resources-link-grid.js @@ -12,9 +12,9 @@ import linkGrid from "./link-grid"; export default () => linkGrid([{ description: "Read the formal specification for LBRY.", - destination: "/whitepaper", - label: "Study the Paper", - title: "Whitepaper" + destination: "/spec", + label: "Study the Spec", + title: "LBRY Specification" }, { description: "Can you code, design, write or test? Join us!", destination: "/contribute", diff --git a/app/data/redirects.json b/app/data/redirects.json index eeb421b..a7f2500 100644 --- a/app/data/redirects.json +++ b/app/data/redirects.json @@ -10,5 +10,6 @@ "/resources/signing-claim": "/resources/claim-signing", "/resources/uri": "/spec#urls", "/tour": "/playground", - "/whitepaper": "/spec" + "/whitepaper": "/spec", + "/specification" : "/spec" } diff --git a/app/views/home.js b/app/views/home.js index 6fd899a..14a649f 100644 --- a/app/views/home.js +++ b/app/views/home.js @@ -35,8 +35,8 @@ export default () => html` }, { description: "Dig into the formal specification of the LBRY protocol.", - destination: "/whitepaper", - label: "Wisdom of the Whitepaper", + destination: "/spec", + label: "Study the Spec", title: "Learn By Reading" } ])} diff --git a/documents/glossary.md b/documents/glossary.md index 47ef9c4..1d3cc32 100644 --- a/documents/glossary.md +++ b/documents/glossary.md @@ -40,7 +40,7 @@ Informal name for a portion of a *transaction output* that is returned to a send ### Channel -A channel is a cryptographically signed pseudoymn used to provide identity on the LBRY network. For specific details, see the [Channels section](/whitepaper#channels) of the specification. +A channel is a cryptographically signed pseudoymn used to provide identity on the LBRY network. For specific details, see the [Channels section](/spec#channels) of the specification. ### Channel Claim Signature @@ -152,7 +152,7 @@ The currency code for 1 LBRY Credit (defined as 100 000 000 *deweys*). ### lbrycrd -lbrycrd is the authoritative implementation of the LBRY [blockchain](#blockchain) protocol. See [the source code](https://github.com/lbryio/lbrycrd), [the API](/api/blockchain), or [the whitepaper](/whitepaper). +lbrycrd is the authoritative implementation of the LBRY [blockchain](#blockchain) protocol. See [the source code](https://github.com/lbryio/lbrycrd), [the API](/api/blockchain), or [the formal specification](/spec). ### lbry-sdk diff --git a/documents/overview.md b/documents/overview.md index d511064..6e293e1 100644 --- a/documents/overview.md +++ b/documents/overview.md @@ -31,6 +31,6 @@ Learn more about the specific components that make LBRY possible. ## Keep Diving - Explore live metadata and add your own blockchain entry in the [Playground](/playground). -- Read the [whitepaper](/whitepaper) to know more about LBRY than the person who made this website. +- Read the [specification](/spec) to know more about LBRY than the person who made this website. - Find API specifications and other learning materials in [Resources](/resources). - Learn how to [contribute to LBRY](/contribute) or [build your own application](/build). diff --git a/documents/partials/overview/lbrycrd.md b/documents/partials/overview/lbrycrd.md index 8ed9cd1..1e70068 100644 --- a/documents/partials/overview/lbrycrd.md +++ b/documents/partials/overview/lbrycrd.md @@ -10,5 +10,5 @@ The metadata contains information about the content, such as the title, creator, ### Additional Resources -- The [Whitepaper](/whitepaper "Whitepaper") contains a comprehensive documentation of the LBRY blockchain. +- The [Specification](/spec "Specification") contains a comprehensive documentation of the LBRY blockchain and protocol. - [Resources](/resources) has documentation about using the LBRY blockchain, including its APIs. diff --git a/documents/partials/overview/lbrysdk.md b/documents/partials/overview/lbrysdk.md index 283c8d5..e937c77 100644 --- a/documents/partials/overview/lbrysdk.md +++ b/documents/partials/overview/lbrysdk.md @@ -10,7 +10,7 @@ Data network operations are provided by the [lbrysdk](https://github.com/lbryio/ ### Additional Resources -- The [Whitepaper](/whitepaper "Whitepaper") contains a comprehensive specification of data network operations. +- The [Specification](/spec "Specification") contains a comprehensive specification of data network operations. - [Resources](/resources) has further documentation on the LBRY SDK, including its APIs. - [Build](/build) teaches you how to create your own app. - [Contribute](/contribute) guides you on how to improve the protocol itself. diff --git a/documents/resources.md b/documents/resources.md index a1be20c..eb29270 100644 --- a/documents/resources.md +++ b/documents/resources.md @@ -6,9 +6,9 @@ title: Resources ## Additional Resources +- [LBRY Glossary](/glossary) - [LBRY Merkle Claim Trie](/resources/claimtrie) - [LBRY Consensus Algorithm](/resources/consensus) -- [LBRY Glossary](/glossary) - [Download Overview](/resources/download-overview) - [API Wrappers](/resources/api-wrappers) - [LBRY SDK Configuration Settings](/resources/daemon-settings)