1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

Introjucer: changed to new juce.com URL.

This commit is contained in:
jules 2013-06-12 09:45:56 +01:00
parent 3c76294319
commit 5d6a14659c

View file

@ -246,7 +246,7 @@ bool ModuleList::loadFromWebsite()
{
modules.clear();
URL baseURL ("http://www.rawmaterialsoftware.com/juce/modules");
URL baseURL ("http://www.juce.com/juce/modules");
URL url (baseURL.getChildURL ("modulelist.php"));
var infoList (JSON::parse (url.readEntireTextStream (false)));