Skip to content

Commit b4fed21

Browse files
committed
links to the latest docs and manual
1 parent f2f6453 commit b4fed21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jekyll/documentation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h3><a href="https://nim-lang.github.io/Nim/lib.html">Standard Library</a></h3>
1515
library.
1616
</p>
1717

18-
<h3><a href="{{ site.baseurl }}/docs/manual.html">Language Manual</a></h3>
18+
<h3><a href="https://nim-lang.github.io/Nim/manual.html">Language Manual</a></h3>
1919
<p>
2020
The Nim programming language specification.
2121
</p>

jekyll/learn.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ <h3><a href="https://play.nim-lang.org/">Nim Playground</a></h3>
3939
</p>
4040

4141
<h2 class="">Documentation</h2>
42-
<h3><a href="{{ site.baseurl }}/docs/lib.html">Standard Library</a></h3>
42+
<h3><a href="https://nim-lang.github.io/Nim/lib.html">Standard Library</a></h3>
4343
<p>
4444
Provides a listing and description of all the modules in the standard
4545
library.
4646
</p>
47-
<h3><a href="{{ site.baseurl }}/docs/manual.html">Language Manual</a></h3>
47+
<h3><a href="https://nim-lang.github.io/Nim/manual.html">Language Manual</a></h3>
4848
<p>
4949
The Nim programming language specification.
5050
</p>

0 commit comments

Comments
 (0)