forked from orbit-oss/flask
Fixed homepage links
This commit is contained in:
parent
123a1ad019
commit
42a46ed09b
1 changed files with 4 additions and 4 deletions
|
|
@ -50,11 +50,11 @@ def hello():
|
|||
</ul>
|
||||
<h2>What’s in the Box?</h2>
|
||||
<ul>
|
||||
<li>built in development server and <a href=docs/quickstart.html#debug-mode>debugger</a>
|
||||
<li>integrated support for <a href=docs/testing.html>unittesting support</a>
|
||||
<li>RESTful <a href=docs/quickstart.html#routing>request dispatching</a>
|
||||
<li>built in development server and <a href=docs/quickstart/#debug-mode>debugger</a>
|
||||
<li>integrated support for <a href=docs/testing/>unittesting support</a>
|
||||
<li>RESTful <a href=docs/quickstart/#routing>request dispatching</a>
|
||||
<li>uses <a href=http://jinja.pocoo.org/2/documentation/templates>Jinja2 templating</a>
|
||||
<li>support for <a href=docs/quickstart.html#sessions>secure cookies</a> (client side sessions)
|
||||
<li>support for <a href=docs/quickstart/#sessions>secure cookies</a> (client side sessions)
|
||||
<li>100% <a href=http://www.python.org/dev/peps/pep-0333/>WSGI 1.0</a> compliant
|
||||
<li>Unicode based
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue