diff options
author | Wu Cheng-Han | 2016-10-10 20:34:53 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2016-10-10 20:34:53 +0800 |
commit | 7e7919ce865771b884557e1f175e587491cb1abb (patch) | |
tree | 9835a7c0e4dd1307df3294b30c46d94810557e7a | |
parent | 55ac4dcccb683322e12ee507d784a20a30e376e1 (diff) |
Fix broken link id reference
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> |