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 0080d77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
blog: {
showReadingTime: true,
editUrl:
'https://github.com/odpf/optimus/edit/master/docs/blog/',
'https://github.com/odpf/meteor/edit/master/docs/blog/',
},
theme: {
customCss: [
Expand Down
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 0080d77

Please sign in to comment.