Re: [ovs-dev] [PATCH] doc: fix bad link to dpdk advance installation guide

2016-10-19 Thread Russell Bryant
On Wed, Oct 19, 2016 at 5:30 AM, Stephen Finucane wrote: > On 2016-10-18 22:23, Mauricio Vasquez B wrote: > >> The link was pointing to a wrong place after the file was converted to >> rst. >> >> Fixes: 167703d664fc ("doc: Convert INSTALL.DPDK to rST") >> >> Signed-off-by: Mauricio Vasquez B >>

Re: [ovs-dev] [PATCH] doc: fix bad link to dpdk advance installation guide

2016-10-19 Thread Stephen Finucane
On 2016-10-18 22:23, Mauricio Vasquez B wrote: The link was pointing to a wrong place after the file was converted to rst. Fixes: 167703d664fc ("doc: Convert INSTALL.DPDK to rST") Signed-off-by: Mauricio Vasquez B I don't know the custom on the OVS dev mailing list, but... Reviewed-by: Ste

[ovs-dev] [PATCH] doc: fix bad link to dpdk advance installation guide

2016-10-18 Thread Mauricio Vasquez B
The link was pointing to a wrong place after the file was converted to rst. Fixes: 167703d664fc ("doc: Convert INSTALL.DPDK to rST") Signed-off-by: Mauricio Vasquez B --- INSTALL.DPDK.rst | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/INSTALL.DPDK.rst b/INSTALL.D