Skip to content

Commit d2b620b

Browse files
microbit-markmicrobit-carlos
authored andcommitted
help: Add feature flags and update wording (#92)
1 parent 25a42a4 commit d2b620b

File tree

5 files changed

+199
-109
lines changed

5 files changed

+199
-109
lines changed

editor.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
EDITOR_VERSION = "1.1.2";
7474
UPY_VERSION = "1.0.1";
7575
</script>
76+
7677
<script id="load-template" type="x-tmpl-mustache">
7778
<h2><i class="fa fa-upload"></i> <strong>{{ title }}</strong></h2>
7879
<div class="load-drag-target" id="load-drag-target">
@@ -192,8 +193,8 @@ <h2><i class="fa fa-unlock-alt"></i> <strong>{{ title }}</strong></h2>
192193
</a>
193194
<div class="helpsupport_container">
194195
<div class="helpsupport_lhs">
195-
<div class="helpsupport"><a title="View the documentation for MicroPython" href="https://microbit-micropython.readthedocs.io/en/latest/" target="_blank">Documentation</a></div>
196-
<div class="helpsupport"><a title="Open help for this editor in a new tab" href="help.html" target="_blank">Help</a></div>
196+
<div class="helpsupport"><a id="docs-link" title="View the documentation for MicroPython" href="https://microbit-micropython.readthedocs.io/" target="_blank">Documentation</a></div>
197+
<div class="helpsupport"><a id="help-link" title="Open help for this editor in a new tab" href="help.html" target="_blank" >Help</a></div>
197198
<div class="helpsupport"><a title="Get support for your micro:bit in a new tab" href="https://support.microbit.org/support/home" target="_blank">Support</a></div>
198199
</div>
199200
<div class="helpsupport_rhs">

0 commit comments

Comments
 (0)