From 8d1559fbc377b8c1bb1f225ccd416196c38e1048 Mon Sep 17 00:00:00 2001 From: Simon Chopin Date: Mon, 14 Jun 2021 10:23:50 +0200 Subject: [PATCH] docs: add a link to Gitlab on the contributing page MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Ján Tomko Signed-off-by: Ján Tomko --- docs/contribute.html.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/contribute.html.in b/docs/contribute.html.in index d2001053fc..790114a56d 100644 --- a/docs/contribute.html.in +++ b/docs/contribute.html.in @@ -31,9 +31,10 @@

    -
  • Software development. 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, +
  • Software development. The official upstream code are + kept in various Git repositories. + 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 -- 2.47.2