aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-06-03 17:24:28 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-06-03 17:24:28 -0400
commit386ad7350bded06b790b65089aebba458bbf1b34 (patch)
treef6870ec9787ad5f316afb88195678798ad427449 /docs/source
parent0fcb50f1ba4d33e0c889fa433e19c2b0795746c0 (diff)
downloadlibrambutan-386ad7350bded06b790b65089aebba458bbf1b34.tar.gz
librambutan-386ad7350bded06b790b65089aebba458bbf1b34.zip
Docs: Correct "Github" -> "GitHub"
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/libmaple/contributing.rst8
-rw-r--r--docs/source/libmaple/overview.rst2
-rw-r--r--docs/source/unix-toolchain.rst2
3 files changed, 6 insertions, 6 deletions
diff --git a/docs/source/libmaple/contributing.rst b/docs/source/libmaple/contributing.rst
index ded25f8..bb4d550 100644
--- a/docs/source/libmaple/contributing.rst
+++ b/docs/source/libmaple/contributing.rst
@@ -12,7 +12,7 @@ function, etc.), feel free to just make a `forum post
If your changes are larger (you wrote a new library, you added support
for a new peripheral, etc.), we'd prefer you submit a pull request on
-Github or send us a nicely-formatted patch via email.
+GitHub or send us a nicely-formatted patch via email.
.. contents:: Contents
:local:
@@ -37,7 +37,7 @@ released under the `Lesser GPL
<http://www.gnu.org/copyleft/lesser.html>`_ may be accepted for
Wirish, but will almost certainly be rejected for libmaple proper. We
will not accept patches released under the `GPL
-<http://www.gnu.org/licenses/gpl.html>`_.
+<http://www.gnu.org/licenses/gpl.html>`_.
**We're not against the GPL**! It just doesn't suit our purposes for
libmaple. If you're interested in a GPLed library for ST
@@ -48,11 +48,11 @@ fine, we just don't want any core libmaple or Wirish code to be GPLed.
.. _libmaple-faq-patches-github:
-Submitting Via Github Pull Request (Preferred)
+Submitting Via GitHub Pull Request (Preferred)
----------------------------------------------
The most convenient way for you to contribute patches is to submit a
-pull request on `Github <https://github.com>`_. Github provides
+pull request on `GitHub <https://github.com>`_. Github provides
excellent code review interfaces, which will make it easy for us at
LeafLabs to communicate with you (and each other) about your patch.
It also makes it easy for us to merge your patch into the libmaple
diff --git a/docs/source/libmaple/overview.rst b/docs/source/libmaple/overview.rst
index 345769b..d18bfe2 100644
--- a/docs/source/libmaple/overview.rst
+++ b/docs/source/libmaple/overview.rst
@@ -327,7 +327,7 @@ What Next?
After you've read this page, you can proceed to the :ref:`libmaple API
listing <libmaple-apis>`. From there, you can read documentation and
follow links to the current source code for those files on `libmaple's
-Github page <https://github.com/leaflabs/libmaple>`_.
+GitHub page <https://github.com/leaflabs/libmaple>`_.
.. rubric:: Footnotes
diff --git a/docs/source/unix-toolchain.rst b/docs/source/unix-toolchain.rst
index 1084ecc..b8382c4 100644
--- a/docs/source/unix-toolchain.rst
+++ b/docs/source/unix-toolchain.rst
@@ -418,7 +418,7 @@ IDE updates will have corresponding library updates. Our `blog
releases; an `RSS feed <http://leaflabs.com/blog/feed/>`_ is
available.
-You can sign up for a free `Github <https://github.com/plans>`_
+You can sign up for a free `GitHub <https://github.com/plans>`_
account and `watch libmaple
<https://github.com/leaflabs/libmaple/watchers>`_ to receive
notifications about bleeding-edge development.