aboutsummaryrefslogtreecommitdiffstats
path: root/webface/templates/base.html
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2017-01-04 00:06:56 -0800
committerbnewbold <bnewbold@robocracy.org>2017-01-04 00:06:56 -0800
commit351a2e81fdc50a16d44efd25d1516de7afb08b11 (patch)
treec7120426a550026ac7c7c1ee540bad06f342ffeb /webface/templates/base.html
parent4e2937fc614538fd73363a41667c9472fb6ff5f3 (diff)
downloadmodelthing-351a2e81fdc50a16d44efd25d1516de7afb08b11.tar.gz
modelthing-351a2e81fdc50a16d44efd25d1516de7afb08b11.zip
switch URL scheme to be based at /m/{namespace}/{model}/
Diffstat (limited to 'webface/templates/base.html')
-rw-r--r--webface/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/webface/templates/base.html b/webface/templates/base.html
index 8d77a5e..b427d3a 100644
--- a/webface/templates/base.html
+++ b/webface/templates/base.html
@@ -16,7 +16,7 @@ body { font-family: monospace; font-size: larger; line-height: 1.3; }
<br><br>
<center>
-<a href="/model_list/">examples index</a> -
+<a href="/m/examples/">examples index</a> -
<a href="/readme/">full readme</a> -
<a href="https://git.bnewbold.net/modelthing">source code</a>
</center>