Fix links

This commit is contained in:
Shunsuke Shibayama 2022-08-14 17:25:28 +09:00
parent 129f16281c
commit 02b3cf5458
4 changed files with 4 additions and 4 deletions

View file

@ -116,5 +116,5 @@ x \
```
<p align='center'>
Previous | <a href='. /01_literal.md'>Next</a>
Previous | <a href='. /01_literal.html'>Next</a>
</p>

View file

@ -145,5 +145,5 @@ assert 1m / 1s == 1 (m/s)
```
<p align='center'>
<a href='. /00_basic.md'>Previous</a> | <a href='. /02_name.md'>Next</a>
<a href='. /00_basic.html'>Previous</a> | <a href='. /02_name.html'>Next</a>
</p>

View file

@ -114,5 +114,5 @@ x \
```
<p align='center'>
Previous | <a href='./01_literal.md'>Next</a>
Previous | <a href='./01_literal.html'>Next</a>
</p>

View file

@ -146,5 +146,5 @@ assert 1m / 1s == 1 (m/s)
```
<p align='center'>
<a href='./00_basic.md'>Previous</a> | <a href='./02_name.md'>Next</a>
<a href='./00_basic.html'>Previous</a> | <a href='./02_name.html'>Next</a>
</p>