Replace placeholder with actual link

Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
Tilman Vatteroth 2020-11-14 21:21:39 +01:00
parent b28839484d
commit 7ce89d0ac5
No known key found for this signature in database
GPG key ID: DEBDB3F34641B019

View file

@ -45,7 +45,7 @@
<%= __('Best way to write and share your knowledge in markdown.') %>
</p>
<span class="alert alert-info" style="display: inline-block;">
CodiMD was renamed to HedgeDoc. <a href="INSERT_LINK" rel="noopener noreferrer" target="_blank" class="text-danger">Read more</a>
CodiMD was renamed to HedgeDoc. <a href="https://hedgedoc.github.io/history/" rel="noopener noreferrer" target="_blank" class="text-danger">Read more</a>
</span>
<% if (infoMessage && infoMessage.length > 0) { %>
<div class="alert alert-info" style="max-width: 400px; margin: 0 auto;"><%= infoMessage %></div>