From nobody Mon May 6 16:20:24 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1528969323811139.78999359684883; Thu, 14 Jun 2018 02:42:03 -0700 (PDT) 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 mx1.redhat.com (Postfix) with ESMTPS id 96D5C4E4C2; Thu, 14 Jun 2018 09:42:01 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id B870A8F357; Thu, 14 Jun 2018 09:42:00 +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 3A2E61800539; Thu, 14 Jun 2018 09:41:59 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id w5E9fuLT017800 for ; Thu, 14 Jun 2018 05:41:56 -0400 Received: by smtp.corp.redhat.com (Postfix) id 529652024CA2; Thu, 14 Jun 2018 09:41:56 +0000 (UTC) Received: from katerina.brq.redhat.com (unknown [10.43.2.14]) by smtp.corp.redhat.com (Postfix) with ESMTP id EAA2E2024CA1 for ; Thu, 14 Jun 2018 09:41:55 +0000 (UTC) From: Katerina Koukiou To: libvir-list@redhat.com Date: Thu, 14 Jun 2018 11:41:54 +0200 Message-Id: <20180614094154.27478-1-kkoukiou@redhat.com> X-Scanned-By: MIMEDefang 2.78 on 10.11.54.4 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH] docs: fix some broken HTML links 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: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Thu, 14 Jun 2018 09:42:02 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Replace name with id attribute in headers to fix the links. Signed-off-by: Katerina Koukiou Reviewed-by: J=EF=BF=BDn Tomko --- docs/api_extension.html.in | 12 ++++++------ docs/dbus.html.in | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/api_extension.html.in b/docs/api_extension.html.in index 9beec07602..41dd3573f5 100644 --- a/docs/api_extension.html.in +++ b/docs/api_extension.html.in @@ -103,7 +103,7 @@ =20

With that said, let's begin.

=20 -

Defining the public API

+

Defining the public API

=20

The first task is to define the public API. If the new API involves an XML extension, you have to enhance the RelaxNG @@ -137,7 +137,7 @@ and 0002-add-n= ew-public-API.patch for example code.

=20 -

Defining the internal API

+

Defining the internal API

=20

Each public API call is associated with a driver, such as a host @@ -166,7 +166,7 @@ =20

See 0003-define-internal-driver-API.patch

=20 -

Implementing the public API

+

Implementing the public API

=20

Implementing the public API is largely a formality in which we wire = up @@ -201,7 +201,7 @@ =20

See 0004-implement-the-public-APIs.patch

=20 -

Implementing the remote protocol

+

Implementing the remote protocol

=20

Implementing the remote protocol is essentially a @@ -213,7 +213,7 @@ =20

See 0005-implement-the-remote-protocol.patch

=20 -

Defining the wire protocol format

+

Defining the wire protocol format

=20

Defining the wire protocol involves making additions to: @@ -252,7 +252,7 @@ src/remote/remote_protocol.h

=20 -

Implement the RPC client

+

Implement the RPC client

=20

Implementing the uses the rpcgen generated .h files. The remote diff --git a/docs/dbus.html.in b/docs/dbus.html.in index 6ff71d2770..4dfe4ca427 100644 --- a/docs/dbus.html.in +++ b/docs/dbus.html.in @@ -6,14 +6,14 @@ =20

    =20 -

    Description

    +

    Description

    =20

    libvirt-dbus wraps libvirt API to provide a high-level object-orient= ed API better suited for dbus-based applications.

    =20 -

    GIT source repository

    +

    GIT source repository

    The D-Bus bindings source code is maintained in a git repository available on @@ -32,7 +32,7 @@ git clone https://libvirt.org/git/libvirt-dbus.git https://libvirt.= org/git/?p=3Dlibvirt-dbus.git =20 -

    Usage

    +

    Usage

    =20

    libvirt-dbus exports libvirt API using D-Bus objects with methods and --=20 2.15.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list