We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f417043 commit 05b42c6Copy full SHA for 05b42c6
1 file changed
apps/_default/static/index.html
@@ -31,9 +31,9 @@
31
<img class="logo" src="/static/images/logo.png"/>
32
<h1>PY4WEB</h1>
33
<h2>Different, yet cute, and a memorable evolutionary step.</h2>
34
- <a class="btn" href="/_dashboard">Dashboard</a>
35
- <a class="btn" href="/_documentation">Documentation</a>
36
- <a class="btn" href="/showcase">Examples</a>
+ <a class="btn" href="_dashboard">Dashboard</a>
+ <a class="btn" href="_documentation">Documentation</a>
+ <a class="btn" href="showcase">Examples</a>
37
<a class="btn" href="https://learn-py4web.github.io/">Tutorials</a>
38
<a class="btn" href="https://github.com/web2py/py4web">Source</a>
39
<a class="btn" href="https://groups.google.com/forum/#!forum/py4web">Discuss</a>
0 commit comments