summaryrefslogtreecommitdiff
path: root/docs/design_guide.rst
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2020-06-14 14:25:58 -0500
committerJeff Epler <jepler@unpythonic.net>2020-06-25 11:42:23 -0500
commitce95b9379d9a7f763a19de58be7a751e6874435c (patch)
treeacc2df3b31b408fea294a6bca78bb3081d8c65e9 /docs/design_guide.rst
parent07eb7d653cad9e1381dce4ab544b9bd0012b3a4b (diff)
Refer to "main" branch of circuitpython
Diffstat (limited to 'docs/design_guide.rst')
-rw-r--r--docs/design_guide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/design_guide.rst b/docs/design_guide.rst
index 6f87ecf79..1d40943ac 100644
--- a/docs/design_guide.rst
+++ b/docs/design_guide.rst
@@ -3,7 +3,7 @@ Design Guide
This guide covers a variety of development practices for CircuitPython core and library APIs. These
APIs are both `built-into CircuitPython
-<https://github.com/adafruit/circuitpython/tree/master/shared-bindings>`_ and those that are
+<https://github.com/adafruit/circuitpython/tree/main/shared-bindings>`_ and those that are
`distributed on GitHub <https://github.com/search?utf8=%E2%9C%93&q=topic%3Acircuitpython&type=>`_
and in the `Adafruit <https://github.com/adafruit/Adafruit_CircuitPython_Bundle>`_ and `Community
<https://github.com/adafruit/CircuitPython_Community_Bundle/>`_ bundles. Consistency with these