From 1b707eeee63ba44f7c07d55b06f3355853c79cc8 Mon Sep 17 00:00:00 2001
From: arq5x <arq5x@virginia.edu>
Date: Tue, 4 Nov 2014 16:54:08 -0500
Subject: [PATCH] update stable release information.

---
 src/bedtools.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/bedtools.cpp b/src/bedtools.cpp
index fba7d5af..ea3dd3a0 100644
--- a/src/bedtools.cpp
+++ b/src/bedtools.cpp
@@ -166,11 +166,11 @@ int main(int argc, char *argv[])
         cout << "  email the bedtools mailing list: " << endl;
         cout << "     bedtools-discuss@googlegroups.com" << endl << endl;
 
-        cout << "- Stable releases of bedtools can be found at: " << endl;
-        cout << "     http://bedtools.googlecode.com" << endl << endl;
-
         cout << "- The development repository can be found at: " << endl;
         cout << "     https://github.com/arq5x/bedtools" << endl << endl;
+
+        cout << "- Stable releases of bedtools can be found at: " << endl;
+        cout << "     https://github.com/arq5x/bedtools2/releases" << endl << endl;
     }
     // unknown
     else {
-- 
GitLab