We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dfc237 commit df73338Copy full SHA for df73338
bin/storm
@@ -39,7 +39,7 @@ def get_config_opts():
39
if not os.path.exists(STORM_DIR + "/RELEASE"):
40
print "******************************************"
41
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"
+ print "\nYou can download a Storm release at http://storm-project.net/downloads.html"
43
44
sys.exit(1)
45
0 commit comments