Merge pull request #563 from ajmcquilkin/update-homepage-learnmore-link

Point "Learn More" button to "Introduction" page
This commit is contained in:
Foster Irwin 2023-01-11 09:45:21 -07:00 committed by GitHub
commit e0f89e6d08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ const config = {
items: [ items: [
{ {
label: 'Docs', label: 'Docs',
to: 'docs/introduction', to: 'docs/about',
}, },
{ {
label: 'Downloads', label: 'Downloads',

View file

@ -176,7 +176,7 @@ function Home() {
</h1> </h1>
<p className="hero__subtitle">{siteConfig.tagline}</p> <p className="hero__subtitle">{siteConfig.tagline}</p>
<div className="indexCtas"> <div className="indexCtas">
<Link className="button button--lg" to="/docs/about"> <Link className="button button--lg" to="/docs/introduction">
Learn More Learn More
</Link> </Link>
<Link className="button button--lg" to="/docs/getting-started"> <Link className="button button--lg" to="/docs/getting-started">