From nobody Sat May 4 12:22:46 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 ARC-Seal: i=1; a=rsa-sha256; t=1561043476; cv=none; d=zoho.com; s=zohoarc; b=gvsb9czt4SagyLG8Ys8b6EnkURgJZmXX7c5Bhq/gPkzzLvlMIbKATDlY6O6hRi8ipy1q9PrZzp/f+MZucHWijDenXv7Q7xbWvWr5qOqdy9xQvMMYr/vEpcx1mno3JOskswUNhJh7qpPT5/kza8p1NNldc8LZUi1ausH3MQw004w= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1561043476; h=Content-Type:Content-Transfer-Encoding:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=4EEoLWc1Ql8K1r4KsanPlA34UhFs+UglAYh4WncvTQA=; b=S+GpQAJGhN6IA52r/iY6Z+ob8eOIZZfw/yRL32ijoPR3rH+qv0RIQUy735CtYH8zUltqKx3W7UgepWBScWENIfGWPKS2gNvaIt2MHjPwjYwfomuJHOduVTVgnKi6hT+TjA81MZ2M+kN2qlrbPlfBQmTOjJFxxWenAIMES+iawjc= ARC-Authentication-Results: i=1; mx.zoho.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 header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1561043476770193.93610979021048; Thu, 20 Jun 2019 08:11:16 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 873D53007149; Thu, 20 Jun 2019 15:10:56 +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 5AF225D9C6; Thu, 20 Jun 2019 15:10:53 +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 EC34724B25; Thu, 20 Jun 2019 15:10:48 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x5KF32of015033 for ; Thu, 20 Jun 2019 11:03:02 -0400 Received: by smtp.corp.redhat.com (Postfix) id 4B3F01001E77; Thu, 20 Jun 2019 15:03:02 +0000 (UTC) Received: from caroline (unknown [10.43.2.67]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 217D91001DE4 for ; Thu, 20 Jun 2019 15:02:59 +0000 (UTC) Received: from caroline.brq.redhat.com (caroline.usersys.redhat.com [127.0.0.1]) by caroline (Postfix) with ESMTP id 8F3241200C3 for ; Thu, 20 Jun 2019 17:02:58 +0200 (CEST) From: Martin Kletzander To: libvir-list@redhat.com Date: Thu, 20 Jun 2019 17:02:53 +0200 Message-Id: <05ac854cc830cb4dd301fa27679883e296f30a08.1561042946.git.mkletzan@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH] docs: Fix Blog Planet 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: , 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.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.41]); Thu, 20 Jun 2019 15:11:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" They were pointing to the blogs instead, now they point the articles. Signed-off-by: Martin Kletzander --- Pushed as trivial-and-thoroughly-tested. docs/js/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/js/main.js b/docs/js/main.js index e48e95075cf6..2edc62830453 100644 --- a/docs/js/main.js +++ b/docs/js/main.js @@ -116,10 +116,10 @@ function fetchRSS() { var name =3D e.querySelector("author > name").textContent; var title =3D e.querySelector("title").textContent; var updated =3D e.querySelector("updated").textContent; - var uri =3D e.querySelector("author > uri").textContent; + var link =3D e.querySelector("link").attributes.href.textConte= nt; =20 var a =3D document.createElement("a"); - a.href =3D uri; + a.href =3D link; a.innerText =3D title; =20 var dt =3D document.createElement("dt"); --=20 2.22.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list