From 81291d63f9b127be9c670de7fdfc83e42776f530 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 11 Jul 2015 18:19:27 +0200 Subject: [PATCH] build: fix URL to library versioning documentation --- src/lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 7ca430f3..e7fa8987 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -16,7 +16,7 @@ liblldpctl_la_SOURCES = \ liblldpctl_la_LIBADD = $(top_builddir)/src/libcommon-daemon-lib.la libfixedpoint.la # -version-info format is `current`:`revision`:`age`. For more details, see: -# http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 +# https://www.sourceware.org/autobook/autobook/autobook_61.html#Library-Versioning # # -version-number could be computed from -version-info, mostly major # is `current` - `age`, minor is `age` and revision is `revision' and -- 2.39.5