diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-11-29 17:37:49 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-11-29 17:37:49 -0500 |
commit | ddd5704c923c412ce9024a8383b56d09a8b11950 (patch) | |
tree | 5d4faf384a9cf9f44f804fdca0ccb6708e8c2a16 /gtk/gtkshortcutswindow.c | |
parent | 3ba6d2bd27823dc7f60dd027f77de3a0f457ba86 (diff) | |
download | gtk+-ddd5704c923c412ce9024a8383b56d09a8b11950.tar.gz |
Update references to master in the repository
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 632ad964cd..6eff6a0ef1 100644 --- a/gtk/gtkshortcutswindow.c +++ b/gtk/gtkshortcutswindow.c @@ -68,7 +68,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://gitlab.gnome.org/GNOME/gtk/tree/master/demos/gtk-demo/shortcuts-gedit.ui). + * The .ui file for this example can be found [here](https://gitlab.gnome.org/GNOME/gtk/tree/main/demos/gtk-demo/shortcuts-gedit.ui). * * # An example with multiple views: * @@ -77,7 +77,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://gitlab.gnome.org/GNOME/gtk/tree/master/demos/gtk-demo/shortcuts-clocks.ui). + * The .ui file for this example can be found [here](https://gitlab.gnome.org/GNOME/gtk/tree/main/demos/gtk-demo/shortcuts-clocks.ui). * * # An example with multiple sections: * @@ -86,7 +86,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://gitlab.gnome.org/GNOME/gtk/tree/master/demos/gtk-demo/shortcuts-builder.ui). + * The .ui file for this example can be found [here](https://gitlab.gnome.org/GNOME/gtk/tree/main/demos/gtk-demo/shortcuts-builder.ui). */ struct _GtkShortcutsWindow |