Correct a link in the section 1.

This commit is contained in:
Toshio Sekiya 2023-04-10 20:07:02 +09:00
parent 3cdb5ac6e1
commit ed565bcbe1
2 changed files with 2 additions and 2 deletions

View file

@ -121,7 +121,7 @@ only <em>C programs on Linux</em>.</p>
<li>GCC.</li>
<li>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 <a
href="sec3.html">Section 3</a> for the installation for GTK 4.</li>
href="sec2.html">Section 2</a> for the installation for GTK 4.</li>
</ul>
<h3 id="ruby-and-rake-for-making-the-document">Ruby and rake for making
the document</h3>

View file

@ -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