[dpdk-dev] doc: fix missing link target

Message ID 1450262570-8604-1-git-send-email-john.mcnamara@intel.com (mailing list archive)
State Accepted, archived
Headers

Commit Message

John McNamara Dec. 16, 2015, 10:42 a.m. UTC
  Fix missing link in the Linux GSG, accidentally removed
in previous merge:

  WARNING: undefined label: linux_gsg_compiling_dpdk
  Fixes: 29c673401c4d ("doc: improve Linux guide layout")

Signed-off-by: John McNamara <john.mcnamara@intel.com>
---
 doc/guides/linux_gsg/build_dpdk.rst | 2 ++
 1 file changed, 2 insertions(+)
  

Comments

Iremonger, Bernard Dec. 16, 2015, 11:20 a.m. UTC | #1
> -----Original Message-----
> From: Mcnamara, John
> Sent: Wednesday, December 16, 2015 10:43 AM
> To: dev@dpdk.org
> Cc: Iremonger, Bernard <bernard.iremonger@intel.com>; Mcnamara, John
> <john.mcnamara@intel.com>
> Subject: [PATCH] doc: fix missing link target
> 
> Fix missing link in the Linux GSG, accidentally removed in previous merge:
> 
>   WARNING: undefined label: linux_gsg_compiling_dpdk
>   Fixes: 29c673401c4d ("doc: improve Linux guide layout")
> 
> Signed-off-by: John McNamara <john.mcnamara@intel.com>
Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>
  
Thomas Monjalon Dec. 17, 2015, 4:26 p.m. UTC | #2
> > Fix missing link in the Linux GSG, accidentally removed in previous merge:
> > 
> >   WARNING: undefined label: linux_gsg_compiling_dpdk
> >   Fixes: 29c673401c4d ("doc: improve Linux guide layout")
> > 
> > Signed-off-by: John McNamara <john.mcnamara@intel.com>
> Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>

Applied, thanks
  

Patch

diff --git a/doc/guides/linux_gsg/build_dpdk.rst b/doc/guides/linux_gsg/build_dpdk.rst
index 1f4c1f7..198c0b6 100644
--- a/doc/guides/linux_gsg/build_dpdk.rst
+++ b/doc/guides/linux_gsg/build_dpdk.rst
@@ -28,6 +28,8 @@ 
     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
     OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
+.. _linux_gsg_compiling_dpdk:
+
 Compiling the DPDK Target from Source
 =====================================