Skip to content

Commit a868d08

Browse files
committed
Fix link.
1 parent b9d46b9 commit a868d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/webpages/user-input-cmd.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ <h4>4. Fix the Code</h4>
175175
<p>The right way to fix the problems is for the code to issue a
176176
user-friendly message at run time. It should <b>verify the user
177177
input</b> using the
178-
<a href="https://checkerframework.org/api/org/checkerframework/checker/regex/util/RegexUtil.html#isRegex-java.lang.String-"><code>RegexUtil.isRegex(String, int)</code></a> method.
178+
<a href="https://checkerframework.org/api/org/checkerframework/checker/regex/util/RegexUtil.html#isRegex(java.lang.String)"><code>RegexUtil.isRegex(String, int)</code></a> method.
179179
If the string is not a valid regular
180180
expression, it should <b>print an error message and halt</b>.
181181
If it <em>is</em> a valid regular expression, perform as before.

0 commit comments

Comments
 (0)