diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2019-02-06 10:39:27 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2019-02-06 10:39:27 +0100 |
commit | 1668496359d06921f8c0bf5c7733fe6a156efb6e (patch) | |
tree | 05a9c3a340e3daac25467ec9b48abf371f5fc44c /gtk/gtkshortcutswindow.c | |
parent | 45361e19c3df79345869e3c0fa0ee5fa1862e169 (diff) | |
download | gtk+-1668496359d06921f8c0bf5c7733fe6a156efb6e.tar.gz |
docs: Fix GTK links and locations
Diffstat (limited to 'gtk/gtkshortcutswindow.c')
-rw-r--r-- | gtk/gtkshortcutswindow.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkshortcutswindow.c b/gtk/gtkshortcutswindow.c index c9b55ef523..04fbe3be2d 100644 --- a/gtk/gtkshortcutswindow.c +++ b/gtk/gtkshortcutswindow.c @@ -72,7 +72,7 @@ * are arranged in columns, and spread across several pages if there are too * many to find on a single page. * - * The .ui file for this example can be found [here](https://git.gnome.org/browse/gtk+/tree/demos/gtk-demo/shortcuts-gedit.ui). + * The .ui file for this example can be found [here](https://gitlab.gnome.org/GNOME/gtk/tree/master/demos/gtk-demo/shortcuts-gedit.ui). * * # An example with multiple views: * @@ -81,7 +81,7 @@ * This example shows a #GtkShortcutsWindow that has been configured to show only * the shortcuts relevant to the "stopwatch" view. * - * The .ui file for this example can be found [here](https://git.gnome.org/browse/gtk+/tree/demos/gtk-demo/shortcuts-clocks.ui). + * The .ui file for this example can be found [here](https://gitlab.gnome.org/GNOME/gtk/tree/master/demos/gtk-demo/shortcuts-clocks.ui). * * # An example with multiple sections: * @@ -90,7 +90,7 @@ * This example shows a #GtkShortcutsWindow with two sections, "Editor Shortcuts" * and "Terminal Shortcuts". * - * The .ui file for this example can be found [here](https://git.gnome.org/browse/gtk+/tree/demos/gtk-demo/shortcuts-builder.ui). + * The .ui file for this example can be found [here](https://gitlab.gnome.org/GNOME/gtk/tree/master/demos/gtk-demo/shortcuts-builder.ui). */ typedef struct |