From 1215c731eec722f7803f88757b42105a05bf6202 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Mon, 24 Sep 2018 15:18:42 -0400 Subject: [PATCH 1/2] Update glossary.md --- documents/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documents/glossary.md b/documents/glossary.md index ed0e586..6ca0dc9 100644 --- a/documents/glossary.md +++ b/documents/glossary.md @@ -50,7 +50,7 @@ When creating a channel claim or publishing content onto the LBRY blockchain, a ### Claim Sequence -The claim sequence provides a way to tell which order a claim was created at a particular claim name and enables claim resolutions via this modifier. If someone had the first claim at lbry://one, you could always reference your claim as lbry://one:1. See [URI documentation](https://lbry.tech/resources/uri) for more details. +The claim sequence provides a way to determine which order a claim was created at a particular claim name and enables claim resolution via this modifier. If someone had the first claim at lbry://one, anyone could reference that claim as `lbry://one:1`. See [URI documentation](https://lbry.tech/resources/uri) for more details. ### Claim Support From 6435c7547df0b2fa2c9b22f7b35fa90e9f7b5841 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: Mon, 24 Sep 2018 14:40:53 -0500 Subject: [PATCH 2/2] Closes #148 --- app/components/feature-links.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app/components/feature-links.js b/app/components/feature-links.js index b406f4a..c571c96 100644 --- a/app/components/feature-links.js +++ b/app/components/feature-links.js @@ -11,32 +11,32 @@ import Component from "choo/component"; const links = [ // TODO: Update images { href: "https://discord.gg/YjYbwhS", - image: "//static.simpledesktops.com/static/images/sd-bg.png", + image: "http://static.simpledesktops.com/static/images/sd-bg.png", title: "Join us in chat" }, { href: "https://lbry.io/developer", - image: "//static.simpledesktops.com/uploads/desktops/2017/02/28/GeoShapes_2880x1800.png", + image: "http://static.simpledesktops.com/uploads/desktops/2017/02/28/GeoShapes_2880x1800.png", title: "Join the developer email list" }, { href: "https://lbry.io/meet", - image: "//static.simpledesktops.com/uploads/desktops/2016/12/05/Untitled-1-03-01.png", + image: "http://static.simpledesktops.com/uploads/desktops/2016/12/05/Untitled-1-03-01.png", title: "Host a meet-up" }, { href: "https://www.reddit.com/r/lbry", - image: "//static.simpledesktops.com/uploads/desktops/2016/08/28/Wind-Vector-resize.png", + image: "http://static.simpledesktops.com/uploads/desktops/2016/08/28/Wind-Vector-resize.png", title: "Reddit" }, { href: "https://lbry.fund", - image: "//static.simpledesktops.com/uploads/desktops/2015/08/20/Sunset_by_Banned.png", + image: "http://static.simpledesktops.com/uploads/desktops/2015/08/20/Sunset_by_Banned.png", title: "Get funding for a project" }, { href: "https://lbry.io/join-us", - image: "//static.simpledesktops.com/uploads/desktops/2015/09/25/Siri.png", + image: "http://static.simpledesktops.com/uploads/desktops/2015/09/25/Siri.png", title: "Get a job" }, {