From fd9cd4f3fd7d4b1236854ef97728dc5379cfd432 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Wed, 18 Jun 2025 23:29:29 -0700 Subject: [PATCH] fix dead links in introduction --- src/guide/introduction.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/guide/introduction.mdx b/src/guide/introduction.mdx index 7dd0ae9..2d6b483 100644 --- a/src/guide/introduction.mdx +++ b/src/guide/introduction.mdx @@ -24,9 +24,8 @@ Configs at other paths, including raw qml files can be run with `--path` or `-p` ## Creating Windows -Quickshell has two main window types available, -[PanelWindow](/docs/types/quickshell/panelwindow) for bars and widgets, and -[FloatingWindow](/docs/types/quickshell/floatingwindow) for standard desktop windows. +Quickshell has two main window types available, @@Quickshell.PanelWindow for bars +and widgets, and @@Quickshell.FloatingWindow for standard desktop windows. We'll start with an example: