Skip to content

Commit

Permalink
docs: fix homepage typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ravisuhag committed Oct 2, 2021
1 parent 7e3533a commit 572348a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const Hero = () => {
<div className={clsx('col col--5')}>
<div className="homeTitle">{siteConfig.tagline}</div>
<small className="homeSubTitle">Meteor is an open source plugin-driven metadata collection framework to extract data from different sources and sink to any data catalog or store.</small>
<a className="button" href="docs/intro">Documentation</a>
<a className="button" href="docs/introduction">Documentation</a>
</div>
<div className={clsx('col col--1')}></div>
<div className={clsx('col col--6')}>
Expand Down Expand Up @@ -177,7 +177,7 @@ export default function Home() {
),
},
{
title: 'Processing',
title: 'Processors',
content: (
<div>
Meteor has in-built processors inlcuding enrichment and others.
Expand All @@ -186,7 +186,7 @@ export default function Home() {
),
},
{
title: 'Sink',
title: 'Sinks',
content: (
<div>
Meteor supports sink plugins to send metadata to a variety of
Expand Down

0 comments on commit 572348a

Please sign in to comment.