[tip: core/rcu] doc/RCU/rcu: Use https instead of http if possible

From: tip-bot2 for SeongJae Park
Date: Tue Mar 24 2020 - 05:20:50 EST


The following commit has been merged into the core/rcu branch of tip:

Commit-ID: 06a649b314b3e579cfe1c50112c30e3127a36dba
Gitweb: https://git.kernel.org/tip/06a649b314b3e579cfe1c50112c30e3127a36dba
Author: SeongJae Park <sjpark@xxxxxxxxx>
AuthorDate: Mon, 06 Jan 2020 21:08:01 +01:00
Committer: Paul E. McKenney <paulmck@xxxxxxxxxx>
CommitterDate: Thu, 27 Feb 2020 07:03:13 -08:00

doc/RCU/rcu: Use https instead of http if possible

Signed-off-by: SeongJae Park <sjpark@xxxxxxxxx>
Signed-off-by: Paul E. McKenney <paulmck@xxxxxxxxxx>
---
Documentation/RCU/rcu.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/RCU/rcu.rst b/Documentation/RCU/rcu.rst
index 2a830c5..0e03c6e 100644
--- a/Documentation/RCU/rcu.rst
+++ b/Documentation/RCU/rcu.rst
@@ -79,7 +79,7 @@ Frequently Asked Questions
Of these, one was allowed to lapse by the assignee, and the
others have been contributed to the Linux kernel under GPL.
There are now also LGPL implementations of user-level RCU
- available (http://liburcu.org/).
+ available (https://liburcu.org/).

- I hear that RCU needs work in order to support realtime kernels?