summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2018-11-18 02:46:39 +0100
committerGitHub2018-11-18 02:46:39 +0100
commit4b212c8315f69010e51a12878ef97139c7e4b0ec (patch)
tree0ee244957f363799cb998a280b3576cf44d3902f /public
parentaf06d38781eaf480d770e4b974ca474af9d38ec6 (diff)
parent71ce7921bd27a55653ba722dcdfc56509807bafc (diff)
Merge pull request #1060 from SISheogorath/fix/indexLinks
Fixing links on index page
Diffstat (limited to 'public')
-rw-r--r--public/views/index/body.ejs6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/views/index/body.ejs b/public/views/index/body.ejs
index 43582d78..a5e591ef 100644
--- a/public/views/index/body.ejs
+++ b/public/views/index/body.ejs
@@ -65,19 +65,19 @@
</span>
<div class="lead row" style="width: 90%; margin: 0 auto;">
<div class="col-md-4 inner">
- <a href="<%- serverURL %>/features#share-notes">
+ <a href="<%- serverURL %>/features#Share-Notes">
<i class="fa fa-bolt fa-3x"></i>
<h4><%= __('Collaborate with URL') %></h4>
</a>
</div>
<div class="col-md-4 inner">
- <a href="<%- serverURL %>/features#mathjax">
+ <a href="<%- serverURL %>/features#MathJax">
<i class="fa fa-bar-chart fa-3x"></i>
<h4><%= __('Support charts and MathJax') %></h4>
</a>
</div>
<div class="col-md-4 inner">
- <a href="<%- serverURL %>/features#slide-mode">
+ <a href="<%- serverURL %>/features#Slide-Modee">
<i class="fa fa-tv fa-3x"></i>
<h4><%= __('Support slide mode') %></h4>
</a>