Skip to content

Commit 96a6440

Browse files
committed
docs/topindex.html: Refer to "pyb" module only for pyboard.
1 parent 8f1854a commit 96a6440

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/topindex.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ <h1>MicroPython documentation</h1>
4141
{% endif %}
4242
<p class="biglink">
4343
<a class="biglink" href="{{ pathto("library/index") }}">Library Reference</a><br/>
44-
{% if port == "wipy" %}
45-
<span class="linkdescr">MicroPython libraries, including the <a href="{{ pathto("library/machine") }}">machine module</a></span>
46-
{% else %}
44+
{% if port == "pyboard" %}
4745
<span class="linkdescr">MicroPython libraries, including the <a href="{{ pathto("library/pyb") }}">pyb module</a></span>
46+
{% else %}
47+
<span class="linkdescr">MicroPython libraries, including the <a href="{{ pathto("library/machine") }}">machine module</a></span>
4848
{% endif %}
4949
</p>
5050
</td>

0 commit comments

Comments
 (0)