From 1bee09ce820a16614b20a06d8107acc4dcac3471 Mon Sep 17 00:00:00 2001
From: jimboid <james.gebbie@stfc.ac.uk>
Date: Tue, 9 Feb 2016 16:43:06 +0000
Subject: [PATCH] updates to take account of the URL changes that came about by
 the HEC site overhaul

---
 Longbow/longbow |  8 ++++----
 README.rst      | 22 ++++++++++++++++++++++
 2 files changed, 26 insertions(+), 4 deletions(-)

diff --git a/Longbow/longbow b/Longbow/longbow
index ed33341..dfb61a2 100755
--- a/Longbow/longbow
+++ b/Longbow/longbow
@@ -525,8 +525,8 @@ if __name__ == "__main__":
 
                 subprocess.check_output([
                     "wget",
-                    "http://www.hecbiosim.ac.uk/longbow/send/5-longbow/" +
-                    "4-longbow-examples",
+                    "http://www.hecbiosim.ac.uk/downloads/send/" +
+                    "2-software/4-longbow-examples",
                     "-O",
                     os.path.join(os.getcwd(), "LongbowExamples.zip")])
 
@@ -535,8 +535,8 @@ if __name__ == "__main__":
                 subprocess.call([
                     "curl",
                     "-L",
-                    "http://www.hecbiosim.ac.uk/longbow/send/5-longbow/" +
-                    "4-longbow-examples",
+                    "http://www.hecbiosim.ac.uk/downloads/send/" +
+                    "2-software/4-longbow-examples",
                     "-o",
                     os.path.join(os.getcwd(), "LongbowExamples.zip")])
 
diff --git a/README.rst b/README.rst
index df89241..81d1fce 100644
--- a/README.rst
+++ b/README.rst
@@ -62,6 +62,15 @@ Documentation for Longbow can be found here:
 http://www.hecbiosim.ac.uk/longbow-docs
 
 
+Examples
+========
+
+Example files can be installed either through the Longbow command-line or by
+downloading from the HECBioSim website manually here:
+
+http://www.hecbiosim.ac.uk/longbow-examples
+
+
 Support
 =======
 
@@ -71,6 +80,19 @@ to report bug or to suggest new ideas. You should use the Longbow forums here:
 http://www.hecbiosim.ac.uk/longbow-support
 
 
+Developers
+==========
+
+Developers of software that wish to contribute to Longbow/integrate Longbow 
+into other software tools are welcome, we do ask that if you wish to contribute
+to the Longbow base code that you contact us first. The following resources are
+available to developers:
+
+source code: https://bitbucket.org/jimboid/longbow
+
+documentation: http://www.hecbiosim.ac.uk/longbow-devdocs
+
+
 Contact
 =======