From 9136c74565fe721030422a9e610dd717c96b2cb2 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 7 Oct 2024 23:56:49 +0900 Subject: [PATCH] Fix broken link Accessing the current link results in 404 error. Replace the link by the one in master branch assuming it may be available for some time. Trivial-Fix Change-Id: Ic75b97577644c2773478ccc9829ef2c3d461704d --- nova/conf/console.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/conf/console.py b/nova/conf/console.py index 745b4368a6..6b5a571b7e 100644 --- a/nova/conf/console.py +++ b/nova/conf/console.py @@ -51,7 +51,7 @@ connections from clients. For example:: See the man page for the OpenSSL `ciphers` command for details of the cipher preference string format and allowed values:: - https://www.openssl.org/docs/man1.1.0/man1/ciphers.html + https://docs.openssl.org/master/man1/openssl-ciphers/#cipher-list-format Related options: