about summary refs log tree commit diff stats
path: root/frontend/templates/blocks/options.gotmpl
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/templates/blocks/options.gotmpl')
-rw-r--r--frontend/templates/blocks/options.gotmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/templates/blocks/options.gotmpl b/frontend/templates/blocks/options.gotmpl
index 7c98450..89c6f33 100644
--- a/frontend/templates/blocks/options.gotmpl
+++ b/frontend/templates/blocks/options.gotmpl
@@ -34,7 +34,7 @@
           <dt>Declared</dt>
           {{- range . }}
             <dd>
-              <a href="file://{{ . }}">{{ . }}</a>
+              <a href="{{ .URL }}">{{ .Name }}</a>
             </dd>
           {{- end }}
         {{- end }}