Browse Source

Fix invalid link to lovers.js

https://www.papaparse.com/ has 404 link to lovers.js currently, let's fix it.
pull/678/head
Hugh Anderson 6 years ago committed by GitHub
parent
commit
4cc487ca20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/index.html

2
docs/index.html

@ -196,7 +196,7 @@ Papa.parse(bigFile, {
<div class="grid-100 text-center"> <div class="grid-100 text-center">
<br> <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>
</div> </div>
</section> </section>

Loading…
Cancel
Save