From nobody Fri May 17 05:26:12 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of redhat.com designates 170.10.133.124 as permitted sender) client-ip=170.10.133.124; envelope-from=libvir-list-bounces@redhat.com; helo=us-smtp-delivery-124.mimecast.com; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 170.10.133.124 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1621852253; cv=none; d=zohomail.com; s=zohoarc; b=ZipP3DVgagWG+3HMPdFfNJT5rzChXqPv8jhNU0w+RY8nm0973F3exagcdaGVyfttsZaJhnOHjT2/NYwkKr8Dd3oMvRnZYqHyciouluPjtoI2msfVrnYJv2TgnkZQDxulaA1SG3jqF8+euHSzby01E0gzK9XhSArFvwOqsRU+ie8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1621852253; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=F1d26SvNEo5xxWkRRSY6yAnTST1LU1uHfZ1SJWe4KuE=; b=UMTWHNu1qr4ltkowowch07tpJ0o//BsyOqQrDO3Cy6BO4GyL4R1f0/LvfTG/5FJj256WvFggrtzlaqCfEzpDOzPyWoeaXtmoJE8RpOsRjzhexultSoiM7tADXcTCXTVvVCLZItwf+H5HXgTiJ0pASYO4nNgh2YZuHFdSe2T3ITs= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 170.10.133.124 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.zohomail.com with SMTPS id 1621852253609989.3951601456444; Mon, 24 May 2021 03:30:53 -0700 (PDT) Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-180-8aUUcpvuMgyok0C2P8_Wrg-1; Mon, 24 May 2021 06:30:50 -0400 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 801698042B1; Mon, 24 May 2021 10:30:45 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 848BA6E6FF; Mon, 24 May 2021 10:30:42 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id EF34555342; Mon, 24 May 2021 10:30:38 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 14OAUbH6028466 for ; Mon, 24 May 2021 06:30:37 -0400 Received: by smtp.corp.redhat.com (Postfix) id 0B7D57013C; Mon, 24 May 2021 10:30:37 +0000 (UTC) Received: from localhost.localdomain.com (ovpn-12-100.pek2.redhat.com [10.72.12.100]) by smtp.corp.redhat.com (Postfix) with ESMTP id D492F500D9; Mon, 24 May 2021 10:30:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1621852252; h=from:from:sender:sender: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:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=F1d26SvNEo5xxWkRRSY6yAnTST1LU1uHfZ1SJWe4KuE=; b=Fvpq8NSdYQdcljoEPaZcBIuyUsp1UrnMWaVdXwBtAenqYZAo3yefOENaApovYR2H3IF/Aq 8bDdKZo7QLuN2nxSHFYTnA1Zl+cHOEayIQd6g3FZ5cpLnJGLmgRKrj0v7oQIsEu6DRXcLC nOMaOlfZ2HB/J56KZJicEMwV+y1TtYU= X-MC-Unique: 8aUUcpvuMgyok0C2P8_Wrg-1 From: Han Han To: libvir-list@redhat.com Subject: [PATCH] kbase: Fix broken link of migration doc Date: Mon, 24 May 2021 18:30:20 +0800 Message-Id: <20210524103020.106551-1-hhan@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-loop: libvir-list@redhat.com Cc: Han Han X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=libvir-list-bounces@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @redhat.com) Content-Type: text/plain; charset="utf-8" Signed-off-by: Han Han Reviewed-by: J=C3=A1n Tomko --- docs/kbase/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kbase/index.rst b/docs/kbase/index.rst index d483ca94de..91083ee49d 100644 --- a/docs/kbase/index.rst +++ b/docs/kbase/index.rst @@ -66,4 +66,4 @@ Internals / Debugging =20 `VM migration internals `__ VM migration implementation details, complementing the info in - `migration `__ + `migration <../migration.html>`__ --=20 2.31.1