From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by dpdk.org (Postfix) with ESMTP id DE1662C0C; Fri, 1 Mar 2019 12:50:20 +0100 (CET) Received: by mail-wr1-f67.google.com with SMTP id o17so25571716wrw.3; Fri, 01 Mar 2019 03:50:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=zoq0achzpG3L8irLhhvY6xdmEVQBIXaMoL0H83qHW70=; b=h+9QdZiLlJ+93jatsNVc+EJdFxl+QftSbxwaKMQnGOHbmeIRcUurNKkKJS/3eJYmgK 1RanBSIBV1UigcHVnM9ZBcZc4EYtlJP9PaDUQ3gfqeZHVgZY8XZ4kS6wMDZpxsO8+iwf E5e8IzjNOGnfINTQiazidSVwkgXh5ZvVNAvTflGlxaPJu7X1fWysN9DNMPIHOIeJcjSX hQHDHg/mzDRZpIU81r9FFvnoKdz3WJA0dNl8ltTbV48EEUOw79uqrwlxu0SqpnoZ3xU/ 9gmrpe1qQBRkqQW8S9rMUTdsvAYjhgF7EJK4DeZmhIJNoR+eJiJN0rrIIW2XJNKovkk8 +fMg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=zoq0achzpG3L8irLhhvY6xdmEVQBIXaMoL0H83qHW70=; b=AwK/epM27OwDAJoKEUC/x+9Sg6LS/vCu7RA8CUjvQzJR1D6ec6XCqGBpnDHIYYj16I ONa4wBghBGkb991P/+vK2fdffUPBy8me7Dj1IfxgtCo5Ncq1qBQjhI8LLOL6Wg+W/aqc uIEzme6qoxlJICdcmkZPFyUt+xqIkJeTtw338p/lEZVK1q4XrfGvLvdAStztUELmmIJq pS9aj0lv2bH5eZKT56m+GPIOgZiWip0mucXYI9Jtw9wx9O3nwmz5vNBKEORtXP2xjOBB 1qQmF2EjA5YsIIdjZ/2OgI+xeIQBG1Qtr2Z+YhWJL71bBBt1uJoVhmM19cP37fRmqX4+ Eudw== X-Gm-Message-State: APjAAAU5UK+qLsK2/gTMG/IoPd/lBmopiU7e+4oVsryszUzrCL+I6wGn XxBbL/TUAFWnghFhFlVKw65c+vLxXVFvgg== X-Google-Smtp-Source: APXvYqzJ3Krm60uwfIlazznqpSmxZS2Ox8kJ5+fUHDtNrGgr7497MNedkQ7+Q0bn6Xq5BcroEZifyA== X-Received: by 2002:a5d:51cf:: with SMTP id n15mr3299491wrv.274.1551441020290; Fri, 01 Mar 2019 03:50:20 -0800 (PST) Received: from localhost.localdomain (bzq-79-176-57-180.red.bezeqint.net. [79.176.57.180]) by smtp.gmail.com with ESMTPSA id e193sm16760664wmg.18.2019.03.01.03.50.19 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 01 Mar 2019 03:50:19 -0800 (PST) From: Rami Rosen To: dev@dpdk.org Cc: bernard.iremonger@intel.com, stable@dpdk.org, john.mcnamara@intel.com, marko.kovacevic@intel.com, Rami Rosen Date: Fri, 1 Mar 2019 13:50:13 +0200 Message-Id: <20190301115013.23950-1-ramirose@gmail.com> X-Mailer: git-send-email 2.19.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH] doc: fix wrong link in gsg X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2019 11:50:21 -0000 This patch fixes a wrong link in gsg. The Documentation/kernel-parameters.txt file from the kernel source tree was moved quite a time ago to Documentation/admin-guide/kernel-parameters.txt. Fixes: 1ab07743b21b ("doc: getting started guide for linux") Cc: stable@dpdk.org Signed-off-by: Rami Rosen --- doc/guides/linux_gsg/sys_reqs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/linux_gsg/sys_reqs.rst b/doc/guides/linux_gsg/sys_reqs.rst index d0cb66f6b..10b01e318 100644 --- a/doc/guides/linux_gsg/sys_reqs.rst +++ b/doc/guides/linux_gsg/sys_reqs.rst @@ -178,7 +178,7 @@ In the case of a dual-socket NUMA system, the number of hugepages reserved at boot time is generally divided equally between the two sockets (on the assumption that sufficient memory is present on both sockets). -See the Documentation/kernel-parameters.txt file in your Linux source tree for further details of these and other kernel options. +See the Documentation/admin-guide/kernel-parameters.txt file in your Linux source tree for further details of these and other kernel options. **Alternative:** -- 2.19.2