From f141f4bbe7bee2bc1e8b097cf572b90cb6f0b1da Mon Sep 17 00:00:00 2001 From: Isidro Arias Date: Fri, 19 Jul 2024 15:16:51 +0200 Subject: [PATCH] examples: fix gnome.org link --- examples/python/gi/gmaincontext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/gi/gmaincontext.py b/examples/python/gi/gmaincontext.py index 25283f180..fcbcd61b1 100755 --- a/examples/python/gi/gmaincontext.py +++ b/examples/python/gi/gmaincontext.py @@ -14,7 +14,7 @@ # API (like NM.Client.new()) is for simple programs but usually not best # for using NMClient for real applications. # -# To learn more about GMainContext, read https://developer.gnome.org/SearchProvider/documentation/tutorials/main-contexts.html +# To learn more about GMainContext, read https://developer.gnome.org/documentation/tutorials/main-contexts.html # When I say "mainloop" or "event loop", I mean GMainContext. GMainLoop is # a small wrapper around GMainContext to run the context with a boolean # flag.