We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b2c9f commit d642cebCopy full SHA for d642ceb
src/main/resources/views/index.ftl.html
@@ -7,7 +7,7 @@ <h2>Available datasets</h2>
7
<dl class="datasets">
8
<#if datasources??>
9
<#list datasources?keys as datasourceName>
10
- <dt><a href="/${datasourceName}">${datasources[datasourceName].getTitle() }</a></dt>
+ <dt><a href="${datasourceName}">${datasources[datasourceName].getTitle() }</a></dt>
11
<dd>${ datasources[datasourceName].getDescription()!"" }</dd>
12
</#list>
13
</#if>
0 commit comments