From patchwork Mon Mar 30 13:57:35 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ian Jackson X-Patchwork-Id: 11465567 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 52C28913 for ; Mon, 30 Mar 2020 13:59:14 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 37594206CC for ; Mon, 30 Mar 2020 13:59:14 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 37594206CC Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=eu.citrix.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1jIuvN-0002Y3-4j; Mon, 30 Mar 2020 13:57:57 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1jIuvM-0002Xv-Fu for xen-devel@lists.xenproject.org; Mon, 30 Mar 2020 13:57:56 +0000 X-Inumbo-ID: 6f2fa45c-728e-11ea-9e09-bc764e2007e4 Received: from chiark.greenend.org.uk (unknown [2001:ba8:1e3::]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id 6f2fa45c-728e-11ea-9e09-bc764e2007e4; Mon, 30 Mar 2020 13:57:46 +0000 (UTC) Received: from [172.18.45.5] (helo=zealot.relativity.greenend.org.uk) by chiark.greenend.org.uk (Debian Exim 4.84_2 #1) with esmtp (return-path ijackson@chiark.greenend.org.uk) id 1jIuvC-0007Qg-3T; Mon, 30 Mar 2020 14:57:46 +0100 From: Ian Jackson To: xen-devel@lists.xenproject.org Date: Mon, 30 Mar 2020 14:57:35 +0100 Message-Id: <20200330135735.31512-4-ian.jackson@eu.citrix.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20200330135735.31512-1-ian.jackson@eu.citrix.com> References: <20200330135735.31512-1-ian.jackson@eu.citrix.com> Subject: [Xen-devel] [PATCH 3/3] docs/README: Fix a broken url X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Stefano Stabellini , Julien Grall , Wei Liu , Andrew Cooper , ian.jackson@eu.citrix.com, George Dunlap , Jan Beulich Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" There was a / missing here. Signed-off-by: Ian Jackson Reviewed-by: Julien Grall --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 555f3415fa..d0c87a78f0 100644 --- a/README +++ b/README @@ -20,7 +20,7 @@ GPL. Since its initial public release, Xen has grown a large development community, spearheaded by xen.org (https://www.xen.org). This file contains some quick-start instructions to install Xen on -your system. For more information see https:/www.xen.org/ and +your system. For more information see https://www.xen.org/ and https://wiki.xen.org/ Quick-Start Guide