[gtk-web/hello-world: 2/2] docs: Add more links to the Getting Started page



commit 0e9890fd317bbe3715f4f80e33719f97c71828f3
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Tue May 5 12:29:39 2020 +0100

    docs: Add more links to the Getting Started page

 collections/_docs/getting-started.md | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/collections/_docs/getting-started.md b/collections/_docs/getting-started.md
index e3c6dcb..3f1ea8a 100644
--- a/collections/_docs/getting-started.md
+++ b/collections/_docs/getting-started.md
@@ -26,5 +26,11 @@ GTK is [event-driven](https://en.wikipedia.org/wiki/Event-driven_programming).
 The toolkit listens for events such as a pointer click on a button, or a
 window resize, and notifies the widgets in your application.
 
+Follow the ["Hello World"](https://www.gtk.org/docs/gettings-started/hello-world/)
+to learn how to write your first GTK application.
+
+Use the [GTK API reference](https://developer.gnome.org/gtk3/stable) to
+learn more about the functionality provided by GTK.
+
 [builder]: https://developer.gnome.org/gtk3/stable/GtkBuilder.html
 [glade]: https://glade.gnome.org


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]