Skip to content

Commit 05b42c6

Browse files
authored
Update index.html (#1006)
make the url paths relative so that they work with url_prefixes as well.
1 parent f417043 commit 05b42c6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

apps/_default/static/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
<img class="logo" src="/static/images/logo.png"/>
3232
<h1>PY4WEB</h1>
3333
<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>
34+
<a class="btn" href="_dashboard">Dashboard</a>
35+
<a class="btn" href="_documentation">Documentation</a>
36+
<a class="btn" href="showcase">Examples</a>
3737
<a class="btn" href="https://learn-py4web.github.io/">Tutorials</a>
3838
<a class="btn" href="https://github.com/web2py/py4web">Source</a>
3939
<a class="btn" href="https://groups.google.com/forum/#!forum/py4web">Discuss</a>

0 commit comments

Comments
 (0)