Skip to content

Commit

Permalink
One more link to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deshipu committed Feb 8, 2018
1 parent 0dce03c commit 317c2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion limitations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The source code of your program is also taking up space, and as it grows, at
some point it will exceed the limits of the device. You can postpone that
moment a little by using a pre-compiled bytecode instead of plain-text source.
You can download the ``mpy-cross`` utility from `CircuitPython releases page
<https://github.com/adafruit/circuitpython/releases/tag/2.2.0>` and use it to
<https://github.com/adafruit/circuitpython/releases/tag/2.2.0>`_ and use it to
create a ``.mpy`` file that you can copy instead of the source, and that will
use less memory.

Expand Down

0 comments on commit 317c2f1

Please sign in to comment.