Skip to content

Commit 3d01cd9

Browse files
committed
Fix these links
to silence warnings from IntelliJ.
1 parent 81555cc commit 3d01cd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ingest-common/src/main/java/org/elasticsearch/ingest/common/CommunityIdProcessor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ public CommunityIdProcessor create(
335335
}
336336

337337
/**
338-
* Represents flow data per https://github.com/corelight/community-id-spec
338+
* Represents flow data per the <a href="https://github.com/corelight/community-id-spec">Community ID</a> spec.
339339
*/
340340
public static final class Flow {
341341

@@ -357,7 +357,7 @@ public static final class Flow {
357357

358358
/**
359359
* @return true iff the source address/port is numerically less than the destination address/port as described
360-
* at https://github.com/corelight/community-id-spec
360+
* in the <a href="https://github.com/corelight/community-id-spec">Community ID</a> spec.
361361
*/
362362
boolean isOrdered() {
363363
int result = new BigInteger(1, source.getAddress()).compareTo(new BigInteger(1, destination.getAddress()));

0 commit comments

Comments
 (0)