diff options
author | Tilman Vatteroth | 2020-11-15 20:12:22 +0100 |
---|---|---|
committer | Tilman Vatteroth | 2020-11-15 20:12:39 +0100 |
commit | cdc5a89cd7a9d1c3cf3468e79620ac346f806874 (patch) | |
tree | 3c6531787e78a05fd9afd50c7ab752c7aec02f7e /public/views/index | |
parent | d10c13e842bb1ecb3fb91a130281bab1583ba5ab (diff) |
apply review suggestions
Diffstat (limited to 'public/views/index')
-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 cb96e628..6176cb6e 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="https://hedgedoc.github.io/history/" rel="noopener noreferrer" target="_blank" class="text-danger">Read more</a> + CodiMD was renamed to HedgeDoc. <a href="https://hedgedoc.org/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> |