Fix broken link in configure.html. design.hml to design.html.

This commit is contained in:
Greg Taylor 2010-07-12 10:50:14 -04:00
parent 6fc6487370
commit cea5a8c6b5

View File

@ -170,7 +170,7 @@ application's work load.</p>
</ul>
<p>The type of workers to use.</p>
<p>The default sync class should handle most 'normal' types of work loads.
You'll want to read <a class="reference external" href="http://gunicorn.org/design.hml">http://gunicorn.org/design.hml</a> for information on
You'll want to read <a class="reference external" href="http://gunicorn.org/design.html">http://gunicorn.org/design.html</a> for information on
when you might want to choose one of the other worker classes.</p>
<p>An string referring to a 'gunicorn.workers' entry point or a
MODULE:CLASS pair where CLASS is a subclass of