Add source code links to info page
Change-Id: Ifb5d611efd5bb0f1d5d4228abc518abc51110c0d
diff --git a/templates/index.html.ep b/templates/index.html.ep
index a9575f3..20b257d 100644
--- a/templates/index.html.ep
+++ b/templates/index.html.ep
@@ -959,7 +959,12 @@
<p>Calculations are based on a word embedding model trained with <a href="https://code.google.com/p/word2vec/">word2vec</a> using the following parameters:</p>
<div class="mono"><%= $training_args %></div>
% }
- % }
+ % }
+ <h3>Source Code</h3>
+ <ul>
+ <li><a href="https://korap.ids-mannheim.de/gerrit/plugins/gitiles/ids-kl/dereko2vec">dereko2vec</a></li>
+ <li><a href="https://korap.ids-mannheim.de/gerrit/plugins/gitiles/ids-kl/derekovecs">derekovecs</a></li>
+ </ul>
<h3><%== loc 'references' %></h3>
%= include 'references'
</div>