diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-06-15 04:36:57 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-06-15 04:36:57 -0400 |
commit | 97e2ab5c5e6a028557c257c61563cd84b11bb021 (patch) | |
tree | 948aa5557f3bb079e926a484107fe3669090e4cf /source | |
parent | ebf148c41cf537ae2b4bf8d2ccdf1b6e4399ad89 (diff) | |
download | librambutan-97e2ab5c5e6a028557c257c61563cd84b11bb021.tar.gz librambutan-97e2ab5c5e6a028557c257c61563cd84b11bb021.zip |
bootloader: Fix "github" -> "GitHub"
Diffstat (limited to 'source')
-rw-r--r-- | source/bootloader.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/bootloader.rst b/source/bootloader.rst index ec4fe73..f64830d 100644 --- a/source/bootloader.rst +++ b/source/bootloader.rst @@ -14,7 +14,7 @@ Flash memory and only runs when the chip is reset). git clone git://github.com/leaflabs/maple-bootloader.git -**Visit the github development project**: https://github.com/leaflabs/maple-bootloader +**Visit the GitHub development project**: https://github.com/leaflabs/maple-bootloader .. contents:: Contents :local: @@ -34,7 +34,7 @@ This is a fairly involved explanation, with a lot of details that are likely only interesting to a few. If you just want to get the rough idea, skim this article. If you want to start hacking on the bootloader, get in touch with us to get even more info on how this all -works. And finally, you can always `check out the code at github +works. And finally, you can always `check out the code at GitHub <https://github.com/leaflabs/libmaple>`_! Arduino @@ -668,7 +668,7 @@ down*, release the RESET button and wait for a few seconds before releasing BUT. **Step 4: Get stm32loader.py**. You can download it directly from -`libmaple's github page +`libmaple's GitHub page <https://github.com/leaflabs/libmaple/raw/master/support/stm32loader.py>`_ (click the link, then save the file somewhere on your system). If you have set up the :ref:`Unix toolchain <unix-toolchain>`, it's the file |