docs: fix links between absolute? and relative?

This commit is contained in:
2020-05-09 22:06:20 +02:00
parent 3eb542bdfd
commit 2d62dee4d0
3 changed files with 10 additions and 13 deletions

View File

@@ -97,7 +97,7 @@ has some functions to work with the <code>PATH</code> environment variable.</p>
</pre>
<p class="doc">
<p>checks whether a path is absolute.</p>
<p>As such, it is the inverse to <a href="#relative">relative</a>.</p>
<p>As such, it is the inverse to <a href="#relative?">relative?</a>.</p>
</p>
</div>
@@ -342,7 +342,7 @@ is none.</p>
</pre>
<p class="doc">
<p>checks whether a path is relative.</p>
<p>As such, it is the inverse to <a href="#absolute">absolute</a>.</p>
<p>As such, it is the inverse to <a href="#absolute?">absolute?</a>.</p>
</p>
</div>