Skip to content

Commit 4b212c8

Browse files
authored
Merge pull request #1060 from SISheogorath/fix/indexLinks
Fixing links on index page
2 parents af06d38 + 71ce792 commit 4b212c8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

public/views/index/body.ejs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,19 @@
6565
</span>
6666
<div class="lead row" style="width: 90%; margin: 0 auto;">
6767
<div class="col-md-4 inner">
68-
<a href="<%- serverURL %>/features#share-notes">
68+
<a href="<%- serverURL %>/features#Share-Notes">
6969
<i class="fa fa-bolt fa-3x"></i>
7070
<h4><%= __('Collaborate with URL') %></h4>
7171
</a>
7272
</div>
7373
<div class="col-md-4 inner">
74-
<a href="<%- serverURL %>/features#mathjax">
74+
<a href="<%- serverURL %>/features#MathJax">
7575
<i class="fa fa-bar-chart fa-3x"></i>
7676
<h4><%= __('Support charts and MathJax') %></h4>
7777
</a>
7878
</div>
7979
<div class="col-md-4 inner">
80-
<a href="<%- serverURL %>/features#slide-mode">
80+
<a href="<%- serverURL %>/features#Slide-Modee">
8181
<i class="fa fa-tv fa-3x"></i>
8282
<h4><%= __('Support slide mode') %></h4>
8383
</a>

0 commit comments

Comments
 (0)