From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rami Rosen Subject: [PATCH] doc: fix wrong link in gsg Date: Fri, 1 Mar 2019 13:50:13 +0200 Message-ID: <20190301115013.23950-1-ramirose@gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: bernard.iremonger@intel.com, stable@dpdk.org, john.mcnamara@intel.com, marko.kovacevic@intel.com, Rami Rosen To: dev@dpdk.org Return-path: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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