From 88bc52838a7270f867f6c7b3a2c5abefc3c81ea2 Mon Sep 17 00:00:00 2001 From: Sebastian Keller Date: Mon, 29 Jan 2024 20:05:39 +0100 Subject: [PATCH] doc: Update link to looking glass documentation The file has been renamed in the gnome-shell repo. Related: https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3122 Part-of: --- doc/debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/debugging.md b/doc/debugging.md index 3353a36fd..fb6752315 100644 --- a/doc/debugging.md +++ b/doc/debugging.md @@ -25,7 +25,7 @@ MUTTER_DEBUG="focus,stack" dbus-run-session mutter --wayland --nested ## Looking Glass -Gnome Shell has a build-in debugger called [Looking Glass](https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/main/docs/lookingGlass.md). It's possible to enable Mutter debug topics at runtime, show damage, run arbitrary JS code in the shell, and much more. It can be opened with the "Run a Command" prompt (Alt+F2) by executing `lg`. +Gnome Shell has a build-in debugger called [Looking Glass](https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/main/docs/looking-glass.md). It's possible to enable Mutter debug topics at runtime, show damage, run arbitrary JS code in the shell, and much more. It can be opened with the "Run a Command" prompt (Alt+F2) by executing `lg`. ## Tests