From b9b779da9ecea286d9f2a4c8342cb9275c98ee4c Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sun, 20 Aug 2017 13:23:54 -0500 Subject: [PATCH] update references to sourceforge ML --- CONTRIBUTING.md | 2 +- README.md | 2 +- metasploit-framework.gemspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 49b1890879..9dff7f654d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -119,4 +119,4 @@ already way ahead of the curve, so keep it up! [YARD]:http://yardoc.org [Issues]:https://github.com/rapid7/metasploit-framework/issues [Freenode IRC channel]:http://webchat.freenode.net/?channels=%23metasploit&uio=d4 -[metasploit-hackers]:https://lists.sourceforge.net/lists/listinfo/metasploit-hackers +[metasploit-hackers]:https://groups.google.com/forum/#!forum/metasploit-hackers diff --git a/README.md b/README.md index 1f81cd5294..16b401ac91 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Questions and suggestions can be sent to: Freenode IRC channel or e-mail the met Installing -- -Generally, you should use [the free installer](https://www.metasploit.com/download), +Generally, you should use [the free installer](https://github.com/rapid7/metasploit-framework/wiki/Nightly-Installers), which contains all of the dependencies and will get you up and running with a few clicks. See the [Dev Environment Setup](https://r-7.co/MSF-DEV) if you'd like to deal with dependencies on your own. diff --git a/metasploit-framework.gemspec b/metasploit-framework.gemspec index 6dd66fab3d..7fdee10cd0 100644 --- a/metasploit-framework.gemspec +++ b/metasploit-framework.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |spec| spec.name = 'metasploit-framework' spec.version = Metasploit::Framework::GEM_VERSION spec.authors = ['Metasploit Hackers'] - spec.email = ['metasploit-hackers@lists.sourceforge.net'] + spec.email = ['msfdev@metasploit.com'] spec.summary = 'metasploit-framework' spec.description = 'metasploit-framework' spec.homepage = 'https://www.metasploit.com'