fix links on the website

This commit is contained in:
benoitc 2012-10-18 18:29:28 +02:00
parent b75ceeb8d9
commit 16b62072cd

View File

@ -111,7 +111,8 @@
} }
</pre> </pre>
<p>Nginx is set up as reverse proxy server to gunicorn server which is running at localhost port 8000.</p> <p>Nginx is set up as reverse proxy server to gunicorn server which is running at localhost port 8000.</p>
<p>Read the full documentation at <a href="#">docs.gunicorn.org</a></p> <p>Read the full documentation at <a
href="http://docs.gunicorn.org/en/latest/deploy.html">docs.gunicorn.org</a></p>
</div> </div>
<div class="tab-box" data-tab="community"> <div class="tab-box" data-tab="community">
<h1>Mailing list</h1> <h1>Mailing list</h1>
@ -144,13 +145,17 @@
<p>You can read more comprehensive documentation at <a href="http://docs.gunicorn.org">docs.gunicorn.org</a>.</p> <p>You can read more comprehensive documentation at <a href="http://docs.gunicorn.org">docs.gunicorn.org</a>.</p>
<p>The contents are:</p> <p>The contents are:</p>
<ul> <ul>
<li><a href="#">Installation</a></li> <li><a href="http://docs.gunicorn.org/en/latest/install.html">Installation</a></li>
<li><a href="#">Commands</a></li> <li><a
<li><a href="#">Configuration</a></li> href="http://docs.gunicorn.org/en/latest/run.html">Running
<li><a href="#">Deployment</a></li> Gunicorn</a></li>
<li><a href="#">Design</a></li> <li><a
<li><a href="#">FAQ</a></li> href="http://docs.gunicorn.org/en/latest/configure.html">Configuration
<li><a href="#">Changelog</a></li> Overview</a></li>
<li><a href="http://docs.gunicorn.org/en/latest/deploy.html">Deploying Gunicorn</a></li>
<li><a href="http://docs.gunicorn.org/en/latest/design.html">Design</a></li>
<li><a href="http://docs.gunicorn.org/en/latest/faq.html">FAQ</a></li>
<li><a href="http://docs.gunicorn.org/en/latest/news.html">Changelog</a></li>
</div> </div>
</div> </div>
</div> </div>