From 7e79e9a13a333103a95a0dfdd69434d88900999f Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sun, 24 Apr 2016 23:48:37 +0200 Subject: [PATCH] README.Debian: Change more URLs to use https: scheme --- debian/README.Debian | 4 ++-- debian/changelog | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/README.Debian b/debian/README.Debian index 5b769462f..3f6c39b18 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -51,6 +51,6 @@ See the patches under debian/patches/debian/dfsg. Further information ------------------- -Debian Linux Kernel Handbook: http://kernel-handbook.alioth.debian.org +Debian Linux Kernel Handbook: https://kernel-handbook.alioth.debian.org or debian-kernel-handbook package -Debian Wiki: http://wiki.debian.org/DebianKernel +Debian Wiki: https://wiki.debian.org/DebianKernel diff --git a/debian/changelog b/debian/changelog index 6d57ed15e..881050a87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -121,6 +121,7 @@ linux (4.5.2-1) UNRELEASED; urgency=medium * module: Invalidate signatures on force-loaded modules * linux-source: Fix up module signing configuration in included kernel config files + * README.Debian: Change more URLs to use https: scheme [ Aurelien Jarno ] * [mips*] Emulate unaligned LDXC1 and SDXC1 instructions.