Browse Source

Couple of minor fixes

pull/180/head
Matthew Holt 10 years ago
parent
commit
9cef46e730
  1. 2
      index.html
  2. 2
      resources/js/lovers.js

2
index.html

@ -163,7 +163,7 @@ @@ -163,7 +163,7 @@
<a href="https://github.com/mholt/PapaParse" class="button">
<i class="fa fa-github"></i>&nbsp; GitHub
</a>
<a href="/demo" class="button gray">
<a href="/docs" class="button gray">
<i class="fa fa-book"></i>&nbsp; Documentation
</a>
</div>

2
resources/js/lovers.js

@ -45,7 +45,7 @@ var peopleLovePapa = [ @@ -45,7 +45,7 @@ var peopleLovePapa = [
quote: "Papa makes it so easy to use CSV, which is good for scientists."
},
{
link: "https://wikipedia.org",
link: "https://www.mediawiki.org/wiki/VisualEditor",
name: "Wikipedia",
description: "uses Papa Parse in VisualEditor to help article editors effortlessly build data tables from text files."
}

Loading…
Cancel
Save