Skip to content

Commit 08558b8

Browse files
authored
chore(bundler): update gtk3 docs links in code comments (#14872)
1 parent ce8fddb commit 08558b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/tauri-bundler/src/bundle/linux/appimage/linuxdeploy-plugin-gtk.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/env bash
22

3-
# GTK3 environment variables: https://developer.gnome.org/gtk3/stable/gtk-running.html
4-
# GTK4 environment variables: https://developer.gnome.org/gtk4/stable/gtk-running.html
3+
# GTK3 environment variables: https://docs.gtk.org/gtk3/running.html
4+
# GTK4 environment variables: https://docs.gtk.org/gtk4/running.html
55

66
# abort on all errors
77
set -e

0 commit comments

Comments
 (0)