From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9730EA04C2 for ; Fri, 15 Nov 2019 09:59:15 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 724D53772; Fri, 15 Nov 2019 09:59:15 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id 001B42F4F for ; Fri, 15 Nov 2019 09:59:13 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1573808353; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=4u6wsHISH0RXyqegxfreWk78x7eK1kLjQDEuNfKe8hA=; b=a5NQEqPHs3vYzDpmU053VFieKkwOOI419Upnrc/gm33R1Ab7QNUaxH8iM+h+dauLB0x+3/ uIRffpA0kxwyOeymx6ngpPOwNN6Fkr0+ceyY/DL28QBAMd9bihIOy1GF2gVtflJUKg7QF+ Om110pbKGLuEnPFk/5rohfDzAfhT/gQ= Received: from mail-vk1-f197.google.com (mail-vk1-f197.google.com [209.85.221.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-190-iI5TJ8GqMsqDQez090naNA-1; Fri, 15 Nov 2019 03:59:10 -0500 Received: by mail-vk1-f197.google.com with SMTP id o144so3912363vko.13 for ; Fri, 15 Nov 2019 00:59:10 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=bx36HdY/4JvpDB16Vo/20YBlmgt5J55rJLBW4zH9NJU=; b=DulW3HRdi5/wcGOvAd9O/2AiaUKnIu+mmJ4Vl2Ny0arOViN0CvjvETY1eqAhhqHWxS Iqa7u/MfpUGv8Uw6ruSk7kz3ntwgBd4KDKIPX7QfrsWZr3e1Dxl0QmFd6KSidPxk9Bn4 lLXLMPolkANnyRE4/nmJzBOAHMLQUHoVpAiWatWXfZses2kVbeJXzHth5v4+9rVDlUGf t8Yzdx35Rr7M7MbZ9SK1+8PtsFBIj9t45/UuoY0OkwnsB/fOYERVr+0wdvSi0lxRMm6L bJhcny7rtWv069996tU8HSpIKHHZlCnwiBstLF1pTKcBhTdiFxgFbQGF1n1ZEebDXO8s XSag== X-Gm-Message-State: APjAAAXi757pQZ6eqPIzCrR5r3w/nP8pDvFR4w5W4YQh6KtJHfb0nFDo qcmkztyFTcieNrobb+Np5J+//U/7KnGPb/AL5YJhFelqK3Ib8iVzjp0ZBdUqwQK1db4V95nCLQ2 3ximxe4V7wOh6V2G1m0UAHuU= X-Received: by 2002:a67:bd05:: with SMTP id y5mr8665522vsq.180.1573808349847; Fri, 15 Nov 2019 00:59:09 -0800 (PST) X-Google-Smtp-Source: APXvYqxnaxhJhs5MTIH1QUMS8ENOBn7uH5SHKjm8bYxVPE9uEYQS0dRrg/ajZcW0feo+aYlte1JfLZ20qRfp2JREDic= X-Received: by 2002:a67:bd05:: with SMTP id y5mr8665506vsq.180.1573808349621; Fri, 15 Nov 2019 00:59:09 -0800 (PST) MIME-Version: 1.0 References: <1570528057-908-1-git-send-email-david.marchand@redhat.com> <20191009155734.5b692a54@hermes.lan> In-Reply-To: <20191009155734.5b692a54@hermes.lan> From: David Marchand Date: Fri, 15 Nov 2019 09:58:58 +0100 Message-ID: To: Stephen Hemminger Cc: dev , dpdk stable , John Griffin , Fiona Trahe , Deepak Kumar Jain , John McNamara , Marko Kovacevic , Erik Gabriel Carrillo , Thomas Monjalon , Ferruh Yigit , Andrew Rybchenko , Nicolas Chautru X-MC-Unique: iI5TJ8GqMsqDQez090naNA-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] doc: fix internal links for older releases X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Thu, Oct 10, 2019 at 12:57 AM Stephen Hemminger wrote: > On Tue, 8 Oct 2019 11:47:36 +0200 > David Marchand wrote: > > > Using external explicit references to http://doc.dpdk.org makes older > > releases documentation point to the current master documentation pages. > > Switch to internal references. > > > > Fixes: 59ad25fe2184 ("doc: add overview of qat guide") > > Fixes: 30e7fbd62839 ("doc: add event timer adapter guide") > > Fixes: b7f859c9a9a5 ("doc: add switch representation documentation") > > Fixes: f714a18885a6 ("app/testbbdev: add test application for bbdev") > > Cc: stable@dpdk.org > > > > Signed-off-by: David Marchand > > Looks good all references should be internal if possible. > > Acked-by: Stephen Hemminger Applied, thanks. --=20 David Marchand