From: David Hunt Date: Fri, 18 Jan 2019 09:34:24 +0000 (+0000) Subject: doc: fix references in power management guide X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=fa77f80f49b649995a90f2adc38a4811efa39dc3;p=dpdk.git doc: fix references in power management guide In the References section in the Power Management overview, both links pointed to the same l3fwd-power app. Fix the links so that one points to l3fwd-power, and the other points to the vm_power_manager sample app. Signed-off-by: David Hunt Acked-by: Marko Kovacevic --- diff --git a/doc/guides/prog_guide/power_man.rst b/doc/guides/prog_guide/power_man.rst index f55436bc9b..0a3755a901 100644 --- a/doc/guides/prog_guide/power_man.rst +++ b/doc/guides/prog_guide/power_man.rst @@ -195,6 +195,8 @@ The mechanism can applied to any device which is based on polling. e.g. NIC, FPG References ---------- -* l3fwd-power: The sample application in DPDK that performs L3 forwarding with power management. +* The :doc:`../sample_app_ug/l3_forward_power_man` + chapter in the :doc:`../sample_app_ug/index` section. -* The "L3 Forwarding with Power Management Sample Application" chapter in the *DPDK Sample Application's User Guide*. +* The :doc:`../sample_app_ug/vm_power_management` + chapter in the :doc:`../sample_app_ug/index` section.