Browse Source

Merge branch 'master' of github.com:celery/celery

Ask Solem 12 years ago
parent
commit
26e1c808a9
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/configuration.rst
  2. 1 1
      examples/celery_http_gateway/manage.py

+ 1 - 1
docs/configuration.rst

@@ -211,7 +211,7 @@ Can be one of the following:
 .. _`SQLAlchemy`: http://sqlalchemy.org
 .. _`memcached`: http://memcached.org
 .. _`MongoDB`: http://mongodb.org
-.. _`Redis`: http://code.google.com/p/redis/
+.. _`Redis`: http://redis.io
 .. _`Cassandra`: http://cassandra.apache.org/
 
 .. setting:: CELERY_RESULT_SERIALIZER

+ 1 - 1
examples/celery_http_gateway/manage.py

@@ -6,7 +6,7 @@ except ImportError:
     import sys
     sys.stderr.write(
         "Error: Can't find the file 'settings.py' in the directory "
-        "containing {0!r}.".format(__file__)
+        "containing {0!r}.".format(__file__))
     sys.exit(1)
 
 if __name__ == '__main__':