Skip to content

Commit f535711

Browse files
committed
add link to error
1 parent 9e8d006 commit f535711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/Software Support/Compilation/If-your-sketch-doesnt-compile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ To get more information about the error, we need to check the console output. Se
6262

6363
![Scrolling right in the console panel to reveal more output.](img/ide-compilation-error-exit-status-1-2.png)
6464

65-
In this case, the error was caused by a missing `setup()` function.
65+
In this case, the error was caused by a [missing `setup()` function](#required-functions).
6666

6767
---
6868

0 commit comments

Comments
 (0)