[libvirt] [PATCH 0/2] docs: hacking and formatdomain fixes

replaced link in haking.html.in and fixed XML tags in formatdomain.html.in Michele Paolino (2): docs: Fix broken link in the HACKING page docs: formatdomain.html fixes docs/formatdomain.html.in | 8 ++++---- docs/hacking.html.in | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) -- 1.9.3

The link to the page "how to get your code into an open source project" has been fixed. Signed-off-by: Michele Paolino <m.paolino@virtualopensystems.com> --- docs/hacking.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hacking.html.in b/docs/hacking.html.in index 9456520..6a92f46 100644 --- a/docs/hacking.html.in +++ b/docs/hacking.html.in @@ -260,7 +260,7 @@ <p> There is more on this subject, including lots of links to background reading on the subject, on - <a href="http://et.redhat.com/~rjones/how-to-supply-code-to-open-source-projects/"> + <a href="http://people.redhat.com/rjones/how-to-supply-code-to-open-source-projects/"> Richard Jones' guide to working with open source projects</a>. </p> -- 1.9.3

On Fri, Jul 04, 2014 at 04:12:47PM +0200, Michele Paolino wrote:
The link to the page "how to get your code into an open source project" has been fixed.
Signed-off-by: Michele Paolino <m.paolino@virtualopensystems.com> --- docs/hacking.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/hacking.html.in b/docs/hacking.html.in index 9456520..6a92f46 100644 --- a/docs/hacking.html.in +++ b/docs/hacking.html.in
We also automatically generate the HACKING file from this, so these should be updated together, but since this is a minor thing, I'll update the commit when pushing. ACK, Martin
@@ -260,7 +260,7 @@ <p> There is more on this subject, including lots of links to background reading on the subject, on - <a href="http://et.redhat.com/~rjones/how-to-supply-code-to-open-source-projects/"> + <a href="http://people.redhat.com/rjones/how-to-supply-code-to-open-source-projects/"> Richard Jones' guide to working with open source projects</a>. </p>
-- 1.9.3
-- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Fixed some XML tags in the formatdomain page. Signed-off-by: Michele Paolino <m.paolino@virtualopensystems.com> --- docs/formatdomain.html.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 901c26a..b69da4c 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -3856,7 +3856,7 @@ qemu-kvm -net nic,model=? /dev/null <outbound average='128' peak='256' burst='256'/> </bandwidth></b> </interface> - <devices> + </devices> ...</pre> <p> @@ -3888,7 +3888,7 @@ qemu-kvm -net nic,model=? /dev/null <b></vlan></b> ... </interface> - <devices> + </devices> ...</pre> <p> @@ -3932,7 +3932,7 @@ qemu-kvm -net nic,model=? /dev/null <target dev='vnet0'/> <b><link state='down'/></b> </interface> - <devices> + </devices> ...</pre> <p> @@ -4905,7 +4905,7 @@ qemu-kvm -net nic,model=? /dev/null <devices> <sound model='ich6'> <codec type='micro'/> - <sound/> + </sound> </devices> ...</pre> -- 1.9.3

On Fri, Jul 4, 2014 at 7:42 PM, Michele Paolino <m.paolino@virtualopensystems.com> wrote:
replaced link in haking.html.in and fixed XML tags in formatdomain.html.in
Michele Paolino (2): docs: Fix broken link in the HACKING page docs: formatdomain.html fixes
docs/formatdomain.html.in | 8 ++++---- docs/hacking.html.in | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-)
-- 1.9.3
ACK Series Regards, Nehal J Wani

On Fri, Jul 04, 2014 at 04:12:46PM +0200, Michele Paolino wrote:
replaced link in haking.html.in and fixed XML tags in formatdomain.html.in
Michele Paolino (2): docs: Fix broken link in the HACKING page docs: formatdomain.html fixes
docs/formatdomain.html.in | 8 ++++---- docs/hacking.html.in | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-)
ACK && pushed with the change in 1/2. Martin
-- 1.9.3
-- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list
participants (3)
-
Martin Kletzander
-
Michele Paolino
-
Nehal J Wani