Skip to content

Commit df73338

Browse files
committed
fix download URL in the 'storm' command
1 parent 6dfc237 commit df73338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/storm

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def get_config_opts():
3939
if not os.path.exists(STORM_DIR + "/RELEASE"):
4040
print "******************************************"
4141
print "The storm client can only be run from within a release. You appear to be trying to run the client from a checkout of Storm's source code."
42-
print "\nYou can download a Storm release at https://github.com/nathanmarz/storm/downloads"
42+
print "\nYou can download a Storm release at http://storm-project.net/downloads.html"
4343
print "******************************************"
4444
sys.exit(1)
4545

0 commit comments

Comments
 (0)