From b2e160f3d3f038f78e9c2c407ddcb92f98109f51 Mon Sep 17 00:00:00 2001 From: Ben van Hartingsveldt Date: Wed, 23 Jul 2025 21:25:19 +0200 Subject: [PATCH] Fix importing non-cached CSS file --- app/components/head.js | 2 +- documents/tutorials/setup-sdk-lbrynet.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.