summaryrefslogtreecommitdiff
path: root/public/views/index/body.ejs
diff options
context:
space:
mode:
authorTilman Vatteroth2020-11-14 21:21:39 +0100
committerTilman Vatteroth2020-11-14 21:21:39 +0100
commit7ce89d0ac52df46a228cfd3ae3bc755dfda81565 (patch)
treec50bc7ef374cac8d73e245ef53f15bceab7c5da0 /public/views/index/body.ejs
parentb28839484d120c04c5a06e7f8318650c78ab195b (diff)
Replace placeholder with actual link
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
Diffstat (limited to 'public/views/index/body.ejs')
-rw-r--r--public/views/index/body.ejs2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/views/index/body.ejs b/public/views/index/body.ejs
index 561502f0..9a76f89f 100644
--- a/public/views/index/body.ejs
+++ b/public/views/index/body.ejs
@@ -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>