doc: fix wrong link in gsg

Message ID 20190301115013.23950-1-ramirose@gmail.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series doc: fix wrong link in gsg |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Rami Rosen March 1, 2019, 11:50 a.m. UTC
  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 <ramirose@gmail.com>
---
 doc/guides/linux_gsg/sys_reqs.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Ferruh Yigit March 5, 2019, 10:58 a.m. UTC | #1
On 3/1/2019 11:50 AM, Rami Rosen wrote:
> 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 <ramirose@gmail.com>

Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>

Applied, thanks.
  

Patch

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:**