site: fix homepage link to prototypes page (#1000)

Summary:
Prior to this commit, clicking the in-copy link to the prototypes page
would raise a console error:

> Warning: [react-router] Location "/prototype" did not match any routes

Test Plan:
Run `yarn start` and click the link.

wchargin-branch: site-fix-homepage-prototype-link
This commit is contained in:
William Chargin 2018-11-08 20:40:57 -08:00 committed by GitHub
parent 897ba78d5c
commit 24c1873dca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,7 +147,7 @@ export default class HomePage extends React.Component<{|+assets: Assets|}> {
<h2>Roadmap</h2> <h2>Roadmap</h2>
<p> <p>
SourceCred is under active development.{" "} SourceCred is under active development.{" "}
<Link to="/prototype">We have a prototype</Link> that ingests data <Link to="/prototype/">We have a prototype</Link> that ingests data
from Git and GitHub, computes cred, and allows the user to explore and from Git and GitHub, computes cred, and allows the user to explore and
experiment on the results. We have a long way to go to realize experiment on the results. We have a long way to go to realize
SourceCreds full vision, but the prototype can already surface some SourceCreds full vision, but the prototype can already surface some