aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/troubleshooting.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/troubleshooting.rst')
-rw-r--r--docs/source/troubleshooting.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/troubleshooting.rst b/docs/source/troubleshooting.rst
index 7fdfe17..b878ae4 100644
--- a/docs/source/troubleshooting.rst
+++ b/docs/source/troubleshooting.rst
@@ -133,10 +133,10 @@ Common compiler problems
``undefined reference to setup()/loop()``
- Your sketch/program either does not include one of the :ref:`setup
- <setup()>` or :ref:`loop <loop()>` functions, or it was not found
- by the compiler. Your program must include both ``void setup()``
- and ``void loop()`` functions; they don't have to do anything, but
+ Your sketch/program either does not include one of the `setup
+ <setup()>`_ or `loop <loop()>`_ functions, or it was not found by
+ the compiler. Your program must include both ``void setup()`` and
+ ``void loop()`` functions; they don't have to do anything, but
they **must** be there.
You can start with an example program (to see one in the IDE,