Skip to content

Commit 09b644a

Browse files
committed
Use correct hyperlink syntax inside html block
1 parent 6bdbccf commit 09b644a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -334,13 +334,13 @@ Using this behaviour will preclude the faster git `ls-remote` polling mechanism,
334334

335335
<dt>Included Regions</dt>
336336
<dd>
337-
Each inclusion uses [java regular expression pattern matching](https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html), and must be separated by a new line.
337+
Each inclusion uses <a href="https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html">java regular expression pattern matching</a>, and must be separated by a new line.
338338
An empty list implies that everything is included.
339339
</dd>
340340

341341
<dt>Excluded Regions</dt>
342342
<dd>
343-
Each exclusion uses [java regular expression pattern matching](https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html), and must be separated by a new line.
343+
Each exclusion uses <a href="https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html">java regular expression pattern matching</a>, and must be separated by a new line.
344344
An empty list excludes nothing.
345345
</dd>
346346

@@ -355,7 +355,7 @@ Using this behaviour will preclude the faster git `ls-remote` polling mechanism,
355355
If set and Jenkins is set to poll for changes, Jenkins will ignore any revisions committed with message matched to Pattern when determining if a build needs to be triggered.
356356
This can be used to exclude commits done by the build itself from triggering another build, assuming the build server commits the change with a distinct message.
357357

358-
<p>Exclusion uses [pattern matching](https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html)
358+
<p>Exclusion uses <a href="https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html">pattern matching</a>.
359359

360360
<p>You can create more complex patterns using embedded flag expressions.
361361

0 commit comments

Comments
 (0)