From 8ddbc9a75f41a4a281730eb1ea4b9a95beefd474 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Fri, 10 Nov 2023 13:29:01 -0600 Subject: [PATCH] add missing pricing link --- content/posts/spotlight-on-torchlight/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/spotlight-on-torchlight/index.md b/content/posts/spotlight-on-torchlight/index.md index 9fb6c7a..2c5bae6 100644 --- a/content/posts/spotlight-on-torchlight/index.md +++ b/content/posts/spotlight-on-torchlight/index.md @@ -126,7 +126,7 @@ I started with registering for a free[^free] account at [torchlight.dev](https:/ echo "TORCHLIGHT_TOKEN=torch_[...]" > ./.env # [tl! .cmd] ``` -[^free]: Torchlight is free for sites which don't generate revenue, though it does require a link back to `torchlight.dev`. I stuck the attribution link in the footer. More pricing info [here]. +[^free]: Torchlight is free for sites which don't generate revenue, though it does require a link back to `torchlight.dev`. I stuck the attribution link in the footer. More pricing info [here](https://torchlight.dev/#pricing). #### Installation I then used `npm` to install Torchlight in the root of my Hugo repo: