From fcc1f5a69814aa9cb869d2a9eebf2d1b06fb5467 Mon Sep 17 00:00:00 2001 From: benoitc Date: Thu, 18 Apr 2013 15:06:52 +0200 Subject: [PATCH] fix doc link related to issue #484 --- gunicorn/config.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gunicorn/config.py b/gunicorn/config.py index 93386e27..a7064370 100644 --- a/gunicorn/config.py +++ b/gunicorn/config.py @@ -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: