diff options
author | Tilman Vatteroth | 2020-11-14 21:21:39 +0100 |
---|---|---|
committer | Tilman Vatteroth | 2020-11-14 21:21:39 +0100 |
commit | 7ce89d0ac52df46a228cfd3ae3bc755dfda81565 (patch) | |
tree | c50bc7ef374cac8d73e245ef53f15bceab7c5da0 /public | |
parent | b28839484d120c04c5a06e7f8318650c78ab195b (diff) |
Replace placeholder with actual link
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
Diffstat (limited to '')
-rw-r--r-- | public/views/index/body.ejs | 2 |
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> |