]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: add a link to Gitlab on the contributing page
authorSimon Chopin <chopin.simon@gmail.com>
Mon, 14 Jun 2021 08:23:50 +0000 (10:23 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 15 Jun 2021 10:14:52 +0000 (12:14 +0200)
I expect to find a link to the repositories when clicking on
"Contribute", this patch fixes this. The wording is directly inspired by
the one on the hacking page.

Signed-off-by: Simon Chopin <chopin.simon@gmail.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
docs/contribute.html.in

index d2001053fc659a532cfe103a447e707ea7d6a33b..790114a56d569408ccfa6d1c12aa8b272bb15264 100644 (file)
     </p>
 
     <ul>
-      <li><strong>Software development</strong>. The core library / daemon (and
-        thus the bulk of coding) is written in C, but there are
-        language bindings written in Python, Perl, Java, Ruby,
+      <li><strong>Software development</strong>. The official upstream code are
+        kept in various <a href="https://gitlab.com/libvirt/">Git repositories</a>.
+        The core library / daemon (and thus the bulk of coding) is written in C,
+        but there are language bindings written in Python, Perl, Java, Ruby,
         Php, OCaml and Go. There are also higher level wrappers
         mapping libvirt into other object frameworks, such GLib,
         CIM and SNMP. For those interested in working on the core parts of