From 08558b8ba4503a4a715734255b593eb317eee686 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Mon, 2 Feb 2026 20:15:28 +0100 Subject: [PATCH] chore(bundler): update gtk3 docs links in code comments (#14872) --- .../src/bundle/linux/appimage/linuxdeploy-plugin-gtk.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/tauri-bundler/src/bundle/linux/appimage/linuxdeploy-plugin-gtk.sh b/crates/tauri-bundler/src/bundle/linux/appimage/linuxdeploy-plugin-gtk.sh index b8e7f6f3a..65ead4b73 100644 --- a/crates/tauri-bundler/src/bundle/linux/appimage/linuxdeploy-plugin-gtk.sh +++ b/crates/tauri-bundler/src/bundle/linux/appimage/linuxdeploy-plugin-gtk.sh @@ -1,7 +1,7 @@ #! /usr/bin/env bash -# GTK3 environment variables: https://developer.gnome.org/gtk3/stable/gtk-running.html -# GTK4 environment variables: https://developer.gnome.org/gtk4/stable/gtk-running.html +# GTK3 environment variables: https://docs.gtk.org/gtk3/running.html +# GTK4 environment variables: https://docs.gtk.org/gtk4/running.html # abort on all errors set -e