From patchwork Mon Aug 21 14:54:31 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: jon X-Patchwork-Id: 7111 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 (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4RTwY90J3Bz3wm3 for ; Mon, 21 Aug 2023 14:56:45 +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 (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4RTwY62Tslz193; Mon, 21 Aug 2023 14:56:42 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4RTwY61cG8z2xs2; Mon, 21 Aug 2023 14:56:42 +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 4RTwY50P3fz2xMT for ; Mon, 21 Aug 2023 14:56:41 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4RTwY35z0SzfG; Mon, 21 Aug 2023 14:56:39 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1692629800; 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=XvuQmFLEdaoOfzkgsFE2W340e+KCHrly2/LMApPhP1c=; b=87CSYACP92lCqQLjEwR8laeFtz+hCzo6v9MRB08kz0z+mG9UfxObGR5l8EDkpfJlecWmqL itNOoheWAQwMONDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1692629800; 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=XvuQmFLEdaoOfzkgsFE2W340e+KCHrly2/LMApPhP1c=; b=B2QslgRQMf4tX4Su06ZYQ2moJGvBibDxqqwevEPqnh1DgBg6ERXCzAINZNVAebMSWrpi8l e1GP9jA/8MFhbjkEOSvFH5uZsvhmBETBj1FBzgPGtg3xbICpYXI2aMuT2CfUKYisjnAtn0 MhFNWWniZ6S+ojlNj0hO6zIkfbwXP0xcGP7WHV1hHZpHTb0goZanem+AijCP+NWwI+6RRb ySAKny/5SqKN+oTMcGUbA9KWIfGT+HTlsYWhJdpUSXGcnc1/P926aAQ1dtsSlczB23BzHX 9o7Uyi6Oo6bnawgbHBunKELNCPVUB4TGMpoJFt9FmPwi1VGJVwUXvg96ob7o+g== From: Jon Murphy To: development@lists.ipfire.org Subject: [PATCH] manualpages: correct link to dns help page Date: Mon, 21 Aug 2023 09:54:31 -0500 Message-Id: <20230821145431.1264466-1-jon.murphy@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: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - point the dns help link to "configuration/network/dns-server" Signed-off-by: Jon Murphy --- config/cfgroot/manualpages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cfgroot/manualpages b/config/cfgroot/manualpages index e99986899..fe5ebc0b8 100644 --- a/config/cfgroot/manualpages +++ b/config/cfgroot/manualpages @@ -33,7 +33,7 @@ mdstat.cgi=configuration/status/mdstat # Network menu zoneconf.cgi=configuration/network/zoneconf -dns.cgi=dns +dns.cgi=configuration/network/dns-server proxy.cgi=configuration/network/proxy urlfilter.cgi=configuration/network/proxy/url-filter updatexlrator.cgi=configuration/network/proxy/update_accelerator