aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/lang/cpp/goto.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/lang/cpp/goto.rst')
-rw-r--r--docs/source/lang/cpp/goto.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/lang/cpp/goto.rst b/docs/source/lang/cpp/goto.rst
index 2c0b3b0..73dce80 100644
--- a/docs/source/lang/cpp/goto.rst
+++ b/docs/source/lang/cpp/goto.rst
@@ -44,7 +44,7 @@ be a label.
Let's say that we wanted to print ``x`` only if it was very large, say
at least 2000. We might want to do this just so anybody watching on a
-:ref:`serial monitor <ide-serial-monitor>` would know they were in for
+serial port monitor would know they were in for
a longer wait than usual. We can accomplish this through the use of a
``goto`` statement that skips the printing if ``x`` is less than
2000::