[PATCH] docs: Fix Blog Planet links

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



They were pointing to the blogs instead, now they point the articles.

Signed-off-by: Martin Kletzander <mkletzan@xxxxxxxxxx>
---
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 = e.querySelector("author > name").textContent;
             var title = e.querySelector("title").textContent;
             var updated = e.querySelector("updated").textContent;
-            var uri = e.querySelector("author > uri").textContent;
+            var link = e.querySelector("link").attributes.href.textContent;
 
             var a = document.createElement("a");
-            a.href = uri;
+            a.href = link;
             a.innerText = title;
 
             var dt = document.createElement("dt");
-- 
2.22.0

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list



[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux