mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-02 21:44:34 +00:00
Fix links
This commit is contained in:
parent
129f16281c
commit
02b3cf5458
4 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue