From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <john.mcnamara@intel.com> Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id C5D007CCC for <web@dpdk.org>; Mon, 4 Sep 2017 11:54:50 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP; 04 Sep 2017 02:54:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,474,1498546800"; d="scan'208";a="1168919245" Received: from sivswdev02.ir.intel.com (HELO localhost.localdomain) ([10.237.217.46]) by orsmga001.jf.intel.com with ESMTP; 04 Sep 2017 02:54:49 -0700 From: John McNamara <john.mcnamara@intel.com> To: web@dpdk.org Cc: qian.q.xu@intel.com, John McNamara <john.mcnamara@intel.com> Date: Mon, 4 Sep 2017 10:54:48 +0100 Message-Id: <1504518888-13309-1-git-send-email-john.mcnamara@intel.com> X-Mailer: git-send-email 1.7.0.7 Subject: [dpdk-web] [PATCH v1] add DTS test plans to the doc page X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK website maintenance <web.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/web>, <mailto:web-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/web/> List-Post: <mailto:web@dpdk.org> List-Help: <mailto:web-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/web>, <mailto:web-request@dpdk.org?subject=subscribe> X-List-Received-Date: Mon, 04 Sep 2017 09:54:51 -0000 Signed-off-by: John McNamara <john.mcnamara@intel.com> --- doc.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc.html b/doc.html index aea6762..9cc477e 100644 --- a/doc.html +++ b/doc.html @@ -59,7 +59,8 @@ </ul> <h3>Tools</h3> <ul> - <li><a href="/doc/dts/gsg/">dts (test suite)</a> + <li><a href="/doc/dts/gsg/">DTS (DPDK Test Suite) User Guide</a> + <li><a href="/doc/dts/test_plans/">DTS Test Plans</a> </ul> <h3>Archives</h3> <ul> -- 2.7.4