summaryrefslogtreecommitdiff
path: root/public/views/index.ejs
diff options
context:
space:
mode:
authorWu Cheng-Han2016-10-10 20:34:53 +0800
committerWu Cheng-Han2016-10-10 20:34:53 +0800
commit7e7919ce865771b884557e1f175e587491cb1abb (patch)
tree9835a7c0e4dd1307df3294b30c46d94810557e7a /public/views/index.ejs
parent55ac4dcccb683322e12ee507d784a20a30e376e1 (diff)
Fix broken link id reference
Diffstat (limited to 'public/views/index.ejs')
-rw-r--r--public/views/index.ejs2
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>