diff --git a/Supybot.html b/Supybot.html index 652e64d8b..6be33d2d9 100644 --- a/Supybot.html +++ b/Supybot.html @@ -65,10 +65,10 @@ Security issues of Supybot

[pip]: [msysgit]:

Supybot

Not recommended as it's not actively developed.

-
sudo pip install git+git://supybot.git.sourceforge.net/gitroot/gitroot/supybot/supybot
+
sudo pip install git+https://github.com/supybot/supybot.git

gribble

Less actively developed than Limnoria and doesn't support Python 3.

-
sudo pip install git+git://gribble.git.sourceforge.net/gitroot/gribble/gribble
+
sudo pip install git+https://github.com/nanotube/supybot_fixes.git

Limnoria

At the time of writing, the most active Supybot fork which includes embedded HTTPd for plugins needing it, supports other languages than English and also runs with Python 3.

The first command installs requirements of Limnoria and the second Limnoria itself. Only Limnoria has requirements.txt file at the moment.

diff --git a/Supybot.html.md b/Supybot.html.md index 482359118..af223fcb6 100644 --- a/Supybot.html.md +++ b/Supybot.html.md @@ -147,7 +147,7 @@ and run the commands as root or Administrator. **Not recommended as it's not actively developed.** ``` -sudo pip install git+git://supybot.git.sourceforge.net/gitroot/gitroot/supybot/supybot +sudo pip install git+https://github.com/supybot/supybot.git ``` ### gribble @@ -155,7 +155,7 @@ sudo pip install git+git://supybot.git.sourceforge.net/gitroot/gitroot/supybot/s Less actively developed than Limnoria and doesn't support Python 3. ``` -sudo pip install git+git://gribble.git.sourceforge.net/gitroot/gribble/gribble +sudo pip install git+https://github.com/nanotube/supybot_fixes.git ``` ### Limnoria