diff --git a/app/components/head.js b/app/components/head.js index b6f4d3e..9c1db63 100644 --- a/app/components/head.js +++ b/app/components/head.js @@ -56,7 +56,7 @@ export default (context) => { - + `; diff --git a/documents/tutorials/setup-sdk-lbrynet.md b/documents/tutorials/setup-sdk-lbrynet.md index d6babea..07e30eb 100644 --- a/documents/tutorials/setup-sdk-lbrynet.md +++ b/documents/tutorials/setup-sdk-lbrynet.md @@ -9,7 +9,7 @@ The media server RPC will run on `127.0.0.1:5279` by default, so it is only acce ### With executable -- Download the latest version at https://github.com/lbryio/lbry-sdk/releases for the right target operating system. +- Download the latest version at [https://github.com/lbryio/lbry-sdk/releases](https://github.com/lbryio/lbry-sdk/releases) for the right target operating system. - Extract the ZIP file.