Browse Source

Fix invalid link to lovers.js (#678)

pull/687/head
Hugh Anderson 6 years ago committed by Sergi Almacellas Abellana
parent
commit
5763ff3603
  1. 2
      docs/index.html

2
docs/index.html

@ -196,7 +196,7 @@ Papa.parse(bigFile, { @@ -196,7 +196,7 @@ Papa.parse(bigFile, {
<div class="grid-100 text-center">
<br>
<b><a href="https://github.com/mholt/PapaParse/blob/gh-pages/resources/js/lovers.js" class="add-lover-link subheader"><i class="fa fa-plus-square"></i> Add your link (it's free)</a></b>
<b><a href="https://github.com/mholt/PapaParse/blob/master/docs/resources/js/lovers.js" class="add-lover-link subheader"><i class="fa fa-plus-square"></i> Add your link (it's free)</a></b>
</div>
</div>
</section>

Loading…
Cancel
Save