From patchwork Mon Jul 19 10:54:50 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 4544 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4GSzJT6VC5z3xGl for ; Mon, 19 Jul 2021 10:55:05 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4GSzJS406vz14p; Mon, 19 Jul 2021 10:55:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4GSzJR707Nz2xy5; Mon, 19 Jul 2021 10:55:03 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4GSzJQ6F9yz2xTN for ; Mon, 19 Jul 2021 10:55:02 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4GSzJQ1v0cz1l; Mon, 19 Jul 2021 10:55:02 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1626692102; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=gUwf10gc9bY5jJ3cu1rmGAUXHzMS3MDi1/n1Mr3Gdb4=; b=LBJyLaJV6yxJVRgivoNlXSWqrM1MC6b+dCWgmFNXb2FVDLYn+4+iQsFa5JLA2HpNOBSCwk EBwt+Reg1N4w/zBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1626692102; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=gUwf10gc9bY5jJ3cu1rmGAUXHzMS3MDi1/n1Mr3Gdb4=; b=HOjUhSv6b2ePENhrgt+RxftHMephXeBC1CbUVmGA7jc2ySzkMVqbRDaEzAMFoBb+WO95i2 8zTPG/i3MsECtpHa4VeCR6PjDsD8NDQWfJnhMw2TzwPWPCe6s5tK4hWnwAdIeJtPESRXCW xP4gqtQ/HzFwVp594olNGl/DZ1rN3XUTvdQteI18jtlj+T3cubVY2wg8eTqCTIX/UFZsWK Y5EDNg9meu8qNDemmnfTypIrjxAQ7ueeGzRNRXIbgBaMaIdtkDBD+Dw9uH4KXDck04ilfi 5IWRkEzrEMYQD/DdT+jxD8q0WsnbrTUpMwaNMoMb0b6YxguCU5b91NxburZhLg== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH] README: Update installation URL Date: Mon, 19 Jul 2021 10:54:50 +0000 Message-Id: <20210719105450.7965-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer , Konrad Panzlaff Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Reported-by: Konrad Panzlaff Fixes: #12661 Signed-off-by: Michael Tremer --- config/cdrom/README.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/cdrom/README.txt b/config/cdrom/README.txt index e342bc401..e42df6744 100644 --- a/config/cdrom/README.txt +++ b/config/cdrom/README.txt @@ -5,10 +5,11 @@ Installation ------------ Please read the IPFire Installation manual before installing the firewall. -This document is located on our wiki (http://wiki.ipfire.org/en/installation/start) +This document is located on our wiki (https://wiki.ipfire.org/installation) It will guide you through the installation process and will help you make the necessary decisions during the installation process. + License -------