[gtk: 1/2] Update GTK on Windows link: use gtk.org, not wiki




commit fa554a8e859fd4af192ac8a289ef0186e9363703
Author: Mitchell Hentges <mitch9654 gmail com>
Date:   Wed Sep 21 20:12:21 2022 +0200

    Update GTK on Windows link: use gtk.org, not wiki
    
    The old wiki page has a couple issues:
    * It's out-of-date, not having any notes for GTK4 specifically,
      and it doesn't link to `gvsbuild`, which (I believe) is
      the current official (and best) way to build GTK with MSVC.
    * It's "locked", so it's harder for contributors to update. This
      is OK, except for one spicy detail:
    * It's not clear how to contribute/report issues on the locked wiki
      pages, so out-of-date information falls off the radar.
    
    Regardless :) the gtk.org GTK for Windows docs are a much better
    springboard, in my opinion.

 docs/reference/gtk/windows.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/docs/reference/gtk/windows.md b/docs/reference/gtk/windows.md
index 96fa5e6291..ea61875702 100644
--- a/docs/reference/gtk/windows.md
+++ b/docs/reference/gtk/windows.md
@@ -7,7 +7,7 @@ the default.
 
 More information about GTK on Windows, including detailed build
 instructions, binary downloads, etc, can be found
-[online](https://wiki.gnome.org/Projects/GTK/Win32).
+[online](https://www.gtk.org/docs/installations/windows/).
 
 ## Windows-specific environment variables
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]