From 9b50cef92a8bed699fb5205974001228556af634 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 14 Nov 2020 12:26:47 +0100 Subject: [PATCH] doc: fix lldpd new URL --- README.md | 4 ++-- configure.ac | 2 +- debian/control | 2 +- osx/lldpd.rb | 2 +- redhat/lldpd.spec | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 45e25fe7..32ba4e0b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ lldpd: implementation of IEEE 802.1ab (LLDP) ![Build Status](https://github.com/lldpd/lldpd/workflows/CI/badge.svg) - http://lldpd.github.com/ + https://lldpd.github.io/ Features -------- @@ -39,7 +39,7 @@ Installation ------------ For general instructions [prefer the -website](http://vincentbernat.github.io/lldpd/installation.html), +website](https://lldpd.github.io/installation.html), including building from released tarballs. To compile lldpd from Git, use the following commands: diff --git a/configure.ac b/configure.ac index 524276bf..a248c27d 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ AC_INIT([lldpd], [m4_esyscmd_s([./get-version])], [https://github.com/lldpd/lldpd/issues], [lldpd], - [http://vincentbernat.github.io/lldpd/]) + [https://lldpd.github.io/]) AC_CONFIG_SRCDIR([src/log.c]) AC_CONFIG_HEADER([config.h]) diff --git a/debian/control b/debian/control index 18541737..cff40bc4 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: debhelper (>= 5), libcap-dev, pkg-config Standards-Version: 3.9.6 -Homepage: http://lldpd.github.com/ +Homepage: https://lldpd.github.io/ Package: lldpd Architecture: any diff --git a/osx/lldpd.rb b/osx/lldpd.rb index 0cf47dd0..23855071 100644 --- a/osx/lldpd.rb +++ b/osx/lldpd.rb @@ -1,6 +1,6 @@ class Lldpd < Formula desc "Implementation of IEEE 802.1ab (LLDP)" - homepage "https://vincentbernat.github.io/lldpd/" + homepage "https://lldpd.github.io/" url "https://media.luffy.cx/files/lldpd/lldpd-1.0.6.tar.gz" sha256 "25e15bc3407c1cbf2d0b2f21993561a57b7e2fdc5cebfcf6df4ce5ce376aaeec" diff --git a/redhat/lldpd.spec b/redhat/lldpd.spec index 32dad524..2389d7d8 100644 --- a/redhat/lldpd.spec +++ b/redhat/lldpd.spec @@ -48,7 +48,7 @@ Version: 1.0.7 Release: 1%{?dist} License: ISC Group: System/Management -URL: http://lldpd.github.com/ +URL: https://lldpd.github.io/ Source0: http://media.luffy.cx/files/lldpd/%{name}-%{version}.tar.gz Source1: lldpd.init%{?suse_version:.suse} Source2: lldpd.sysconfig -- 2.39.5