diff options
author | David King <amigadave@amigadave.com> | 2014-04-08 16:42:36 +0100 |
---|---|---|
committer | David King <amigadave@amigadave.com> | 2015-01-09 14:08:20 +0000 |
commit | 9a50203408c0b4d3992622d457721038e9459cb7 (patch) | |
tree | 17a5848a8af62085cdb5d7b83ea8cb124c3ac987 /gtk/gtkmenutracker.c | |
parent | 4adb3f4033818d2d3c7cf0a66507e2eda87c12fb (diff) | |
download | gtk+-9a50203408c0b4d3992622d457721038e9459cb7.tar.gz |
docs: Fix some old live.gnome.org URLs
Diffstat (limited to 'gtk/gtkmenutracker.c')
-rw-r--r-- | gtk/gtkmenutracker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkmenutracker.c b/gtk/gtkmenutracker.c index ae2e7f8e8c..c7125b77bc 100644 --- a/gtk/gtkmenutracker.c +++ b/gtk/gtkmenutracker.c @@ -46,7 +46,7 @@ * * Certain properties on the #GtkMenuTrackerItem are mutable, and you must * listen for changes in the item. For more details, see the documentation - * for #GtkMenuTrackerItem along with https://live.gnome.org/GApplication/GMenuModel. + * for #GtkMenuTrackerItem along with https://wiki.gnome.org/Projects/GLib/GApplication/GMenuModel. * * The idea of @with_separators is for special cases where menu models may * be tracked in places where separators are not available, like in toplevel |