From 87a8ec806906be536cc4dae35bdbeb7bf0be03d7 Mon Sep 17 00:00:00 2001 From: 3rdDegree Date: Sat, 3 May 2014 11:15:27 -0400 Subject: [PATCH] Fix broken link to list of distros supported by the installation script --- doc/sphinx/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/install.rst b/doc/sphinx/install.rst index 206df5cc11..159c6d16b7 100644 --- a/doc/sphinx/install.rst +++ b/doc/sphinx/install.rst @@ -44,7 +44,7 @@ The framework should work on all Python supported platforms and has been tested One of the ugly details users can find is that ``w3af`` needs to detect the Operating System / Linux distribution, and then have support for creating the ``/tmp/w3af_dependency_install.sh`` for that specific combination. In other words, for Ubuntu we use ``apt-get install`` and for Suse we use ``yum install``. -The list of distributions ``w3af`` knows how to generate the installation script for `is extensive `_ . If we don't support your distribution, we'll default to Ubuntu. +The list of distributions ``w3af`` knows how to generate the installation script for `is extensive `_ . If we don't support your distribution, we'll default to Ubuntu. Installation in Kali --------------------