diff --git a/src/bedtools.cpp b/src/bedtools.cpp index fba7d5aff7e0f39516ea7e4e538e2da6ec5a2024..ea3dd3a082306cb8aba6bc909f5269b01337d840 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 {