Re: [dpdk-dev] [PATCH] doc: remove web references to internal guides

2021-10-13 Thread Thomas Monjalon
08/10/2021 09:34, David Marchand: > On Thu, Oct 7, 2021 at 2:22 PM Thomas Monjalon wrote: > > > > The guides should be referenced locally with RST syntax > > :doc: (beginning of page) or :ref: (specific chapter). > > The links to doc.dpdk.org/guides/ are removed. > > > > The links to the doc.dpdk.

Re: [dpdk-dev] [PATCH] doc: remove web references to internal guides

2021-10-08 Thread David Marchand
On Thu, Oct 7, 2021 at 2:22 PM Thomas Monjalon wrote: > > The guides should be referenced locally with RST syntax > :doc: (beginning of page) or :ref: (specific chapter). > The links to doc.dpdk.org/guides/ are removed. > > The links to the doc.dpdk.org/api/ are acceptable, > but should not point

Re: [dpdk-dev] [PATCH] doc: remove web references to internal guides

2021-10-07 Thread Ajit Khaparde
On Thu, Oct 7, 2021 at 5:22 AM Thomas Monjalon wrote: > The guides should be referenced locally with RST syntax > :doc: (beginning of page) or :ref: (specific chapter). > The links to doc.dpdk.org/guides/ are removed. > > The links to the doc.dpdk.org/api/ are acceptable, > but should not point t

[dpdk-dev] [PATCH] doc: remove web references to internal guides

2021-10-07 Thread Thomas Monjalon
The guides should be referenced locally with RST syntax :doc: (beginning of page) or :ref: (specific chapter). The links to doc.dpdk.org/guides/ are removed. The links to the doc.dpdk.org/api/ are acceptable, but should not point to a specific version, so one is fixed. Signed-off-by: Thomas Monja