mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
fix links on the website
This commit is contained in:
parent
b75ceeb8d9
commit
16b62072cd
@ -111,7 +111,8 @@
|
||||
}
|
||||
</pre>
|
||||
<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 class="tab-box" data-tab="community">
|
||||
<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>The contents are:</p>
|
||||
<ul>
|
||||
<li><a href="#">Installation</a></li>
|
||||
<li><a href="#">Commands</a></li>
|
||||
<li><a href="#">Configuration</a></li>
|
||||
<li><a href="#">Deployment</a></li>
|
||||
<li><a href="#">Design</a></li>
|
||||
<li><a href="#">FAQ</a></li>
|
||||
<li><a href="#">Changelog</a></li>
|
||||
<li><a href="http://docs.gunicorn.org/en/latest/install.html">Installation</a></li>
|
||||
<li><a
|
||||
href="http://docs.gunicorn.org/en/latest/run.html">Running
|
||||
Gunicorn</a></li>
|
||||
<li><a
|
||||
href="http://docs.gunicorn.org/en/latest/configure.html">Configuration
|
||||
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>
|
||||
@ -183,4 +188,4 @@
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
|
||||
<script src="js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user