ronin-rb / ronin-scanners

A Ruby library for Ronin that provides a Ruby interface to various third-party security scanners.
http://ronin-ruby.github.com/
GNU General Public License v2.0
26 stars 6 forks source link

documentation #1

Closed evoltech closed 14 years ago

evoltech commented 14 years ago

Hey just a note while I was reading through the docs:

diff --git a/README.md b/README.md
index 4585284..5be3c95 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Ronin Scanners

-* [ronin.rubyforge.org/scanners](http://ronin.rubyforge.org/scanners/)
+* [ronin.rubyforge.org/docs/ronin-scanners](http://ronin.rubyforge.org/docs/ronin-scanners/)
 * [github.com/ronin-ruby/ronin-scanners](http://github.com/ronin-ruby/ronin-scanners/)
 * [github.com/ronin-ruby/ronin-scanners/issues](http://github.com/ronin-ruby/ronin-scanners/issues)
 * [groups.google.com/group/ronin-ruby](http://groups.google.com/group/ronin-ruby)
@@ -76,6 +76,7 @@ Calling Nikto from Ruby:
 ## Requirements

 * [ruby-nmap](http://github.com/sophsec/ruby-nmap/) >= 0.1.0
+This package does not exist yet???
 * [ruby-nikto](http://github.com/sophsec/ruby-nikto/) >= 0.1.0
 * [ronin](http://ronin.rubyforge.org/) >= 0.4.0
postmodern commented 14 years ago

Fixed in all repositories. Now all ronin repositories point to their documentation. Thanks!