From 8534f3b7bfbb81a76fc110a79bbbfedf35cc4f30 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Mon, 5 Aug 2019 15:11:50 +0200 Subject: Use more HTTPS in URLs [skip ci] --- udp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udp.h') diff --git a/udp.h b/udp.h index b09ca6b1..cef48b2d 100644 --- a/udp.h +++ b/udp.h @@ -195,7 +195,7 @@ struct udphdr { #define GENEVE_PORT 6081 /* draft-gross-geneve-02 */ #endif #ifndef SFLOW_PORT -#define SFLOW_PORT 6343 /* http://www.sflow.org/developers/specifications.php */ +#define SFLOW_PORT 6343 /* https://sflow.org/developers/specifications.php */ #endif #ifndef BABEL_PORT #define BABEL_PORT 6696 /* RFC 6126 errata */ -- cgit v1.2.1