Skip to content

Commit 9b50f12

Browse files
committed
Fix calibration link
1 parent 4906ee5 commit 9b50f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ proc handlePage {path httpStatusVar contentTypeVar} {
4949
</head>
5050
<nav>
5151
<a href="/new"><button>New program</button></a>
52-
<a href="/calibration">Calibration</a>
52+
<a href="/calibrate">Calibration</a>
5353
<a href="/programs">Running programs</a>
5454
<a href="/timings">Timings</a>
5555
<a href="/keyboards">Keyboards</a>

0 commit comments

Comments
 (0)