From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id B1766A0C47; Thu, 7 Oct 2021 17:49:44 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9887441212; Thu, 7 Oct 2021 17:49:44 +0200 (CEST) Received: from mail-il1-f171.google.com (mail-il1-f171.google.com [209.85.166.171]) by mails.dpdk.org (Postfix) with ESMTP id A454C411F8 for ; Thu, 7 Oct 2021 17:49:42 +0200 (CEST) Received: by mail-il1-f171.google.com with SMTP id k13so6867625ilo.7 for ; Thu, 07 Oct 2021 08:49:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=fgb8AGM8H+kDYlot4q17YtubkCVekxMcTEa0yo47K68=; b=a9ZU8NriujpVr7SBp2PPlXEHZkGpj4/AYRqq4o+rDxEZYBx6vIqBn+KRbZ+zWHMhNa f5op3LtHvsHkH82riyqg5dmspPxyDNVvEFPuan7eMAYFmDRpfkSZoCxv1/5Kc/QUYv4V iY48gOb+uNY2GJehCrnB0M6EkCNznZkwczFdA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=fgb8AGM8H+kDYlot4q17YtubkCVekxMcTEa0yo47K68=; b=xtir6NVPw4eUgZAql0wQ7ctWt7usz/aMQe7S+HxnwX+VHj0iW/ONKant2mimCK7vzu HSoQz5BpGVhE4oDKbEE3O2FuL/hhFP+tz7uYlxqA7NeU+PbeKMtVgeOuH+fzDAwPRXpW lkvopIH3KVYvsu4/y+YstbVhPf3QtSg4TST7fX2ltqBtCVHRwDbvCI8EFfQx3U0u7no1 j7qVdwD+E3E57WkTmtrQGovs8uUezshFPlrBL67O+2FQ8IUjXcadiOFIlDCigPRPSoaK PhC2gp5IpZz/8fef/D2ejn8noYa7Z5w2pmCeU8FkG1VcV/lTR/5/eCo8z7FYkcamRNjI Q9GQ== X-Gm-Message-State: AOAM531RQaq4I3HPnmFySFa6ZmsOQOTs+gpVeYFezo4KxIjbRuRogdl0 YKTEFIVA/ocj+ecvjnbf577r8Ppkxg4fuzAN0Uaq0w== X-Google-Smtp-Source: ABdhPJwBRy0TgXc4xoXjaXdrXfWn54R9mUch6RQqGI4hJ9tDxPuixVZY/OK1yijiy98XY5BU2PdocFE8oXCIsgjH6Rk= X-Received: by 2002:a05:6e02:b4c:: with SMTP id f12mr4065685ilu.26.1633621781974; Thu, 07 Oct 2021 08:49:41 -0700 (PDT) MIME-Version: 1.0 References: <20211007122149.128825-1-thomas@monjalon.net> In-Reply-To: <20211007122149.128825-1-thomas@monjalon.net> From: Ajit Khaparde Date: Thu, 7 Oct 2021 08:49:25 -0700 Message-ID: To: Thomas Monjalon Cc: dpdk-dev , Somnath Kotur , Beilei Xing , Qiming Yang , Qi Zhang Content-Type: multipart/signed; protocol="application/pkcs7-signature"; micalg=sha-256; boundary="00000000000006a26e05cdc53618" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [dpdk-dev] [PATCH] doc: remove web references to internal guides X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" --00000000000006a26e05cdc53618 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 to a specific version, so one is fixed. > > Signed-off-by: Thomas Monjalon > Acked-by: Ajit Khaparde > --- > doc/guides/nics/bnxt.rst | 2 +- > doc/guides/nics/i40e.rst | 3 ++- > doc/guides/nics/ice.rst | 3 ++- > doc/guides/prog_guide/telemetry_lib.rst | 2 +- > 4 files changed, 6 insertions(+), 4 deletions(-) > > diff --git a/doc/guides/nics/bnxt.rst b/doc/guides/nics/bnxt.rst > index e75f4fa9e3..f2f5eff48d 100644 > --- a/doc/guides/nics/bnxt.rst > +++ b/doc/guides/nics/bnxt.rst > @@ -77,7 +77,7 @@ It can direct some traffic, for example data plane > traffic, to DPDK. > Rest of the traffic, for example control plane traffic, would be > redirected to > the traditional Linux networking stack. > > -Refer to https://doc.dpdk.org/guides/howto/flow_bifurcation.html > +Refer to :doc:`../howto/flow_bifurcation` > > Benefits of the flow bifurcation include: > > diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst > index 07841dca24..ef91b3a1ac 100644 > --- a/doc/guides/nics/i40e.rst > +++ b/doc/guides/nics/i40e.rst > @@ -78,7 +78,8 @@ Linux Prerequisites > Windows Prerequisites > --------------------- > > -- Follow the DPDK `Getting Started Guide for Windows < > https://doc.dpdk.org/guides/windows_gsg/index.html>`_ to setup the basic > DPDK environment. > +- Follow the :doc:`guide for Windows <../windows_gsg/run_apps>` > + to setup the basic DPDK environment. > > - Identify the Intel=C2=AE Ethernet adapter and get the latest NVM/FW ve= rsion. > > diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst > index 8d43488353..f95fef8cf0 100644 > --- a/doc/guides/nics/ice.rst > +++ b/doc/guides/nics/ice.rst > @@ -28,7 +28,8 @@ Linux Prerequisites > Windows Prerequisites > --------------------- > > -- Follow the DPDK `Getting Started Guide for Windows < > https://doc.dpdk.org/guides/windows_gsg/index.html>`_ to setup the basic > DPDK environment. > +- Follow the :doc:`guide for Windows <../windows_gsg/run_apps>` > + to setup the basic DPDK environment. > > - Identify the Intel=C2=AE Ethernet adapter and get the latest NVM/FW ve= rsion. > > diff --git a/doc/guides/prog_guide/telemetry_lib.rst > b/doc/guides/prog_guide/telemetry_lib.rst > index 6ea16e9491..32f525a67f 100644 > --- a/doc/guides/prog_guide/telemetry_lib.rst > +++ b/doc/guides/prog_guide/telemetry_lib.rst > @@ -140,7 +140,7 @@ Giving the following response to the client:: > {"/example_lib/string_example": "This is an example string"} > > For more information on the range of data functions available in the API= , > -please refer to the `API doc < > https://doc.dpdk.org/api-20.05/rte__telemetry_8h.html>`_ > +please refer to the `API doc < > https://doc.dpdk.org/api/rte__telemetry_8h.html>`_ > > > Registering Commands > -- > 2.33.0 > > --00000000000006a26e05cdc53618--