fix doc link

related to issue #484
This commit is contained in:
benoitc 2013-04-18 15:06:52 +02:00
parent 2a39f0a35e
commit fcc1f5a698

View File

@ -460,9 +460,11 @@ class WorkerClass(Setting):
desc = """\ desc = """\
The type of workers to use. The type of workers to use.
The default class (sync) should handle most 'normal' types of workloads. The default class (sync) should handle most 'normal' types of
You'll want to read http://gunicorn.org/design.html for information on workloads. You'll want to read
when you might want to choose one of the other worker classes. http://docs.gunicorn.org/en/latest/design.html for information
on when you might want to choose one of the other worker
classes.
A string referring to one of the following bundled classes: A string referring to one of the following bundled classes: