Update HACKING document.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 27 Jul 2011 11:13:24 +0000 (12:13 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 27 Jul 2011 11:13:24 +0000 (12:13 +0100)
HACKING
README

diff --git a/HACKING b/HACKING
index 7cd3f2d..865ae20 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -1,6 +1,12 @@
 This document describes the software architecture of the
 guestfs-browser, useful if you want to hack on it.
 
+Patches
+-------
+
+Patches should be sent to the virt-tools mailing list:
+http://www.redhat.com/mailman/listinfo/virt-tools-list
+
 About OCaml
 -----------
 
@@ -8,7 +14,8 @@ First of all about OCaml: Read the tutorial and other resources
 available from this site:
 
   http://caml.inria.fr/
-  http://ocaml-tutorial.org/
+  http://mirror.ocamlcore.org/ocaml-tutorial.org/index.html
+  # http://ocaml-tutorial.org/
 
 If you are using emacs, install tuareg-mode instead of using the
 built-in emacs mode (which sucks).  vi users have a good built-in
diff --git a/README b/README
index c0f0c25..99144f6 100644 (file)
--- a/README
+++ b/README
@@ -17,3 +17,5 @@ segfaults, please make sure you are using libguestfs versions:
   libguestfs >= 1.12.2  (on stable-1.12 branch)
   libguestfs >= 1.10.6  (on stable-1.10 branch)
   libguestfs >= 1.8.10  (on stable-1.8 branch)
+
+Developers/contributors: Please read the "HACKING" file.