From e2cf2ff0a087eeb9c200db77875e5eeffa8c83f9 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Sat, 6 Jul 2024 11:55:57 -0700 Subject: [PATCH] intro: fix variants linking to localhost --- content/docs/configuration/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/configuration/intro.md b/content/docs/configuration/intro.md index 9e8035d..5979ca6 100644 --- a/content/docs/configuration/intro.md +++ b/content/docs/configuration/intro.md @@ -224,7 +224,7 @@ If you have multiple monitors you might have noticed that your bar is only on one of them. If not, you'll still want to **follow this section to make sure your bar dosen't disappear if your monitor disconnects**. -We can use a [Variants](http://localhost:1313/docs/types/quickshell/variants/) +We can use a [Variants](/docs/types/quickshell/variants) object to create instances of *non widget items*. (See [Repeater](https://doc.qt.io/qt-6/qml-qtquick-repeater.html) for doing something similar with visual items.)