Skip to content

Commit

Permalink
Update link in Getting Started guide
Browse files Browse the repository at this point in the history
  • Loading branch information
jwharm committed Jun 21, 2024
1 parent 47e7888 commit 011da8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/getting-started/getting_started_06.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Other files, such as GtkBuilder ui files, are best loaded from resources stored

GTK includes application support that is built on top of `GApplication`. In this tutorial we'll build a simple application by starting from scratch, adding more and more pieces over time. Along the way, we'll learn about {{ javadoc('Gtk.Application') }}, templates, resources, application menus, settings, {{ javadoc('Gtk.HeaderBar') }}, {{ javadoc('Gtk.Stack') }}, {{ javadoc('Gtk.SearchBar') }}, {{ javadoc('Gtk.ListBox') }}, and more.

The full, buildable sources for these examples can be found [online](https://gitlab.gnome.org/GNOME/gtk/blob/main/examples) on GitHub. You can build each example separately by using Gradle with the `build.gradle` file. For more information, see the `README.md` file included in the examples repository.
The full, buildable sources for these examples can be found [online](https://github.com/jwharm/java-gi-examples/tree/main/GettingStarted) on GitHub. You can build each example separately by using Gradle with the `build.gradle` file. For more information, see the `README.md` file included in the examples repository.

### A trivial application

Expand Down

0 comments on commit 011da8b

Please sign in to comment.