[libvirt] [PATCH] docs: index.html.in: Fix a typo in "virtualization platforms" link

Erik Skultety posted 1 patch 6 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/4962fd96c00a432b09bc65154d29e4160ab866c8.1523951110.git.eskultet@redhat.com
Test syntax-check passed
docs/index.html.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt] [PATCH] docs: index.html.in: Fix a typo in "virtualization platforms" link
Posted by Erik Skultety 6 years ago
This was pointing to an .html.in file rather than to the intended html
document.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
---
Pushed under the trivial rule.

 docs/index.html.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/index.html.in b/docs/index.html.in
index 4783c39e3..1f9f44839 100644
--- a/docs/index.html.in
+++ b/docs/index.html.in
@@ -28,7 +28,7 @@
         The libvirt project:
       </p>
       <ul>
-        <li>is a toolkit to manage <a href="platforms.html.in">virtualization platforms</a></li>
+        <li>is a toolkit to manage <a href="platforms.html">virtualization platforms</a></li>
         <li>is accessible from C, Python, Perl, Java and more</li>
         <li>is licensed under open source licenses</li>
         <li>supports <a href="drvqemu.html">KVM</a>,
--
2.14.3

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