diff options
Diffstat (limited to '')
-rw-r--r-- | public/views/index.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/views/index.ejs b/public/views/index.ejs index 1e0fe3f4..771d3c48 100644 --- a/public/views/index.ejs +++ b/public/views/index.ejs @@ -70,7 +70,7 @@ </span> <div class="lead row" style="width: 90%; margin: 0 auto;"> <div class="col-md-4 inner"> - <a href="<%- url %>/features#share-note"> + <a href="<%- url %>/features#share-notes"> <i class="fa fa-bolt fa-3x"></i> <h4><%= __('Collaborate with URL') %></h4> </a> |