File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/ingest-common/src/main/java/org/elasticsearch/ingest/common Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ()));
You can’t perform that action at this time.
0 commit comments