summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorigo95862 <igo95862@yandex.ru>2020-09-14 19:08:26 -0700
committerPablo Neira Ayuso <pablo@netfilter.org>2020-09-22 01:15:33 +0200
commit3a782045c26e048810f3bdb27784a0615e77108e (patch)
treeffc592f49c31af1b46982959815a8a463b27d13e
parent957dbe6fdc10ab6e25e90af503e78fc8c8c49b72 (diff)
doxygen: Fixed link to the git source tree on the website.
Old link no longer worked. Also upgraded it to https. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--src/socket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socket.c b/src/socket.c
index d7c67a8..dbfb06c 100644
--- a/src/socket.c
+++ b/src/socket.c
@@ -59,7 +59,7 @@
*
* \section scm Git Tree
* The current development version of libmnl can be accessed at:
- * http://git.netfilter.org/cgi-bin/gitweb.cgi?p=libmnl.git;a=summary
+ * https://git.netfilter.org/libmnl/
*
* \section using Using libmnl
* You can access several example files under examples/ in the libmnl source