From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <jmcnam2@ecsmtp.ir.intel.com>
Received: from mga04.intel.com (mga04.intel.com [192.55.52.120])
 by dpdk.org (Postfix) with ESMTP id 1C4D3B62
 for <dev@dpdk.org>; Wed, 16 Dec 2015 11:42:59 +0100 (CET)
Received: from fmsmga004.fm.intel.com ([10.253.24.48])
 by fmsmga104.fm.intel.com with ESMTP; 16 Dec 2015 02:42:59 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.20,436,1444719600"; d="scan'208";a="14145804"
Received: from irvmail001.ir.intel.com ([163.33.26.43])
 by fmsmga004.fm.intel.com with ESMTP; 16 Dec 2015 02:42:58 -0800
Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com
 [10.237.217.46])
 by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id
 tBGAgvTk020376; Wed, 16 Dec 2015 10:42:57 GMT
Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1])
 by sivswdev02.ir.intel.com with ESMTP id tBGAgvpw008867;
 Wed, 16 Dec 2015 10:42:57 GMT
Received: (from jmcnam2@localhost)
 by sivswdev02.ir.intel.com with  id tBGAgv3V008863;
 Wed, 16 Dec 2015 10:42:57 GMT
From: John McNamara <john.mcnamara@intel.com>
To: dev@dpdk.org
Date: Wed, 16 Dec 2015 10:42:50 +0000
Message-Id: <1450262570-8604-1-git-send-email-john.mcnamara@intel.com>
X-Mailer: git-send-email 1.7.4.1
Subject: [dpdk-dev] [PATCH] doc: fix missing link target
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 16 Dec 2015 10:43:00 -0000

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(+)

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
 =====================================
 
-- 
2.5.0