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 = """\
The type of workers to use.
The default class (sync) should handle most 'normal' types of workloads.
You'll want to read http://gunicorn.org/design.html for information on
when you might want to choose one of the other worker classes.
The default class (sync) should handle most 'normal' types of
workloads. You'll want to read
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: