From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id C6A0158D6 for ; Mon, 22 Feb 2016 06:45:37 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP; 21 Feb 2016 21:45:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,483,1449561600"; d="scan'208";a="52247951" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.66.49]) by fmsmga004.fm.intel.com with ESMTP; 21 Feb 2016 21:45:35 -0800 Date: Mon, 22 Feb 2016 13:46:45 +0800 From: Yuanhan Liu To: Mauricio Vasquez B Message-ID: <20160222054645.GW21426@yliu-dev.sh.intel.com> References: <1455966770-6206-1-git-send-email-mauricio.vasquezbernal@studenti.polito.it> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1455966770-6206-1-git-send-email-mauricio.vasquezbernal@studenti.polito.it> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] doc: fix vhost bad section number references X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Feb 2016 05:45:38 -0000 On Sat, Feb 20, 2016 at 12:12:50PM +0100, Mauricio Vasquez B wrote: > Section numbers were "hard-coded". This patch adds them as hyperlinks. Good catch. Thanks. Acked-by: Yuanhan Liu --yliu