From 98b92adeb922761a8d8cd0fb22bfc058dcdbbd88 Mon Sep 17 00:00:00 2001 From: Toshio Sekiya Date: Mon, 10 Apr 2023 16:19:44 +0900 Subject: [PATCH] Bugs (link to this repository) fixed. --- README.md | 6 +++--- docs/index.html | 8 ++++---- src/abstract.src.md | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 9f53d0b..f2a6ca7 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The table of contents is at the end of this abstract. - Section 26 to 30 describes the list model and the list view (GtkListView, GtkGridView and GtkColumnView). It also describes GtkExpression. -The latest version of the tutorial is located at [GTK4-tutorial GitHub repository](https://github.com/ToshioCP/GTK4-tutorial). +The latest version of the tutorial is located at [GTK4-tutorial GitHub repository](https://github.com/ToshioCP/Gtk4-tutorial). You can read it directly without download. There's a GitHub Page of this tutorial at [`https://toshiocp.github.io/Gtk4-tutorial/`](https://toshiocp.github.io/Gtk4-tutorial/). @@ -35,8 +35,8 @@ GObject is the base of GTK 4, so it is important for developers to understand GO This tutorial is still under development and unstable. Even though the codes of the examples have been tested on GTK 4 (version 4.8.1), bugs may still exist. If you find any bugs, errors or mistakes in the tutorial and C examples, please let me know. -You can post it to [GitHub issues](https://github.com/ToshioCP/GTK4-tutorial/issues). -You can also post updated files to [pull request](https://github.com/ToshioCP/GTK4-tutorial/pulls). +You can post it to [GitHub issues](https://github.com/ToshioCP/Gtk4-tutorial/issues). +You can also post updated files to [pull request](https://github.com/ToshioCP/Gtk4-tutorial/pulls). One thing you need to be careful is to correct the source files, which are under the 'src' directory. Don't modify the files under `gfm` or `html` directories. After modifying some source files , run `rake` to create GFM (GitHub Flavoured Markdown) files and run `rake html` to create HTML files. diff --git a/docs/index.html b/docs/index.html index 666365e..a72878e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -116,10 +116,10 @@ editor tfe (Text File Editor). GtkExpression.

The latest version of the tutorial is located at GTK4-tutorial GitHub +href="https://github.com/ToshioCP/Gtk4-tutorial">GTK4-tutorial GitHub repository. You can read it directly without download.

There’s a GitHub Page of this tutorial at https://toshiocp.github.io/GTK4-tutorial/. +href="https://toshiocp.github.io/Gtk4-tutorial/">https://toshiocp.github.io/Gtk4-tutorial/. It is easier to read than the repository.

GTK 4 Documentation

Please refer to GTK 4 @@ -138,9 +138,9 @@ developers to understand GObject as well as GTK 4.

the codes of the examples have been tested on GTK 4 (version 4.8.1), bugs may still exist. If you find any bugs, errors or mistakes in the tutorial and C examples, please let me know. You can post it to GitHub +href="https://github.com/ToshioCP/Gtk4-tutorial/issues">GitHub issues. You can also post updated files to pull request. +href="https://github.com/ToshioCP/Gtk4-tutorial/pulls">pull request. One thing you need to be careful is to correct the source files, which are under the ‘src’ directory. Don’t modify the files under gfm or html directories. After modifying some diff --git a/src/abstract.src.md b/src/abstract.src.md index bbd451a..b39d806 100644 --- a/src/abstract.src.md +++ b/src/abstract.src.md @@ -9,10 +9,10 @@ The table of contents is at the end of this abstract. - Section 26 to 30 describes the list model and the list view (GtkListView, GtkGridView and GtkColumnView). It also describes GtkExpression. -The latest version of the tutorial is located at [GTK4-tutorial GitHub repository](https://github.com/ToshioCP/GTK4-tutorial). +The latest version of the tutorial is located at [GTK4-tutorial GitHub repository](https://github.com/ToshioCP/Gtk4-tutorial). You can read it directly without download. -There's a GitHub Page of this tutorial at [`https://toshiocp.github.io/GTK4-tutorial/`](https://toshiocp.github.io/GTK4-tutorial/). +There's a GitHub Page of this tutorial at [`https://toshiocp.github.io/Gtk4-tutorial/`](https://toshiocp.github.io/Gtk4-tutorial/). It is easier to read than the repository. #### GTK 4 Documentation @@ -31,8 +31,8 @@ GObject is the base of GTK 4, so it is important for developers to understand GO This tutorial is still under development and unstable. Even though the codes of the examples have been tested on GTK 4 (version 4.8.1), bugs may still exist. If you find any bugs, errors or mistakes in the tutorial and C examples, please let me know. -You can post it to [GitHub issues](https://github.com/ToshioCP/GTK4-tutorial/issues). -You can also post updated files to [pull request](https://github.com/ToshioCP/GTK4-tutorial/pulls). +You can post it to [GitHub issues](https://github.com/ToshioCP/Gtk4-tutorial/issues). +You can also post updated files to [pull request](https://github.com/ToshioCP/Gtk4-tutorial/pulls). One thing you need to be careful is to correct the source files, which are under the 'src' directory. Don't modify the files under `gfm` or `html` directories. After modifying some source files , run `rake` to create GFM (GitHub Flavoured Markdown) files and run `rake html` to create HTML files.