From ed565bcbe11df6bea9892e218028c1bd4ea53199 Mon Sep 17 00:00:00 2001
From: Toshio Sekiya
Date: Mon, 10 Apr 2023 20:07:02 +0900
Subject: [PATCH] Correct a link in the section 1.
---
docs/sec1.html | 2 +-
src/sec1.src.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/sec1.html b/docs/sec1.html
index 5786a83..d2ced93 100644
--- a/docs/sec1.html
+++ b/docs/sec1.html
@@ -121,7 +121,7 @@ only C programs on Linux.
GCC.
GTK 4. The stable version of GTK is 4.8.2 at present (13/Dec/2022),
but older version (4.0 or higher) may work. See Section 3 for the installation for GTK 4.
+href="sec2.html">Section 2 for the installation for GTK 4.
Ruby and rake for making
the document
diff --git a/src/sec1.src.md b/src/sec1.src.md
index 7a9c2ee..ac53979 100644
--- a/src/sec1.src.md
+++ b/src/sec1.src.md
@@ -14,7 +14,7 @@ If you want to try the examples in the tutorial, you need:
- GCC.
- GTK 4.
The stable version of GTK is 4.8.2 at present (13/Dec/2022), but older version (4.0 or higher) may work.
-See [Section 3](sec3.src.md) for the installation for GTK 4.
+See [Section 2](sec2.src.md) for the installation for GTK 4.
### Ruby and rake for making the document