Fix some mixed-up links

This commit is contained in:
Natalie Weizenbaum 2019-03-04 18:30:15 -08:00
parent 50eef3ca48
commit ce1dfc1585

View File

@ -4,8 +4,8 @@ introduction: >
Booleans are the logical values `true` and `false`. In addition their literal
forms, booleans are returned by [equality](../operators/equality) and
[relational](../operators/relational) operators, as well as many built-in
functions like [`comparable()`](../functions/map#map-has-key) and
[`map-has-key()`](../functions/math#comparable).
functions like [`comparable()`](../functions/map#comparable) and
[`map-has-key()`](../functions/math#map-has-key).
---
<% example(autogen_css: false) do %>