diff --git a/Readme.md b/Readme.md index 2e56904..3cadbcc 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,8 @@ # Gtk4 Tutorial for beginners +The github page of this tutorial is also available. +Click [here](https://toshiocp.github.io/Gtk4-tutorial/). + #### Contents of this Repository This tutorial illustrates how to write C programs with the Gtk4 library. diff --git a/src/abstract.src.md b/src/abstract.src.md index cf09818..ccc54c9 100644 --- a/src/abstract.src.md +++ b/src/abstract.src.md @@ -1,3 +1,6 @@ +The github page of this tutorial is also available. +Click [here](https://toshiocp.github.io/Gtk4-tutorial/). + #### Contents of this Repository This tutorial illustrates how to write C programs with the Gtk4 library.