Skip to content

Commit 6229c50

Browse files
committed
Minor improvements
1 parent f50d257 commit 6229c50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const darkCodeTheme = require('prism-react-renderer').themes.dracula;
77
/** @type {import('@docusaurus/types').Config} */
88
const config = {
99
title: 'Airframes Documentation',
10-
tagline: 'Planes are cool',
10+
tagline: 'Planes are cool, but people who like plane data are even cooler.',
1111
url: 'https://docs.airframes.io',
1212
baseUrl: '/',
1313
onBrokenLinks: 'throw',

src/components/HomepageFeatures.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const FeatureList = [
88
Svg: require('../../static/img/undraw_docusaurus_mountain.svg').default,
99
description: (
1010
<>
11-
Learn how to get started with <a href="/feeding/what">feeding your data</a> to Airframes quickly.
11+
Learn how to get started with <a href="/docs/feeding/what">feeding your data</a> to Airframes quickly.
1212
</>
1313
),
1414
},
@@ -17,7 +17,7 @@ const FeatureList = [
1717
Svg: require('../../static/img/undraw_docusaurus_tree.svg').default,
1818
description: (
1919
<>
20-
Utilize the data aggregated and processed by Airframes to search and monitor active flights.
20+
Utilize the data aggregated and processed by Airframes to <a href="https://app.airframes.io/messages">search</a> and monitor active flights.
2121
</>
2222
),
2323
},

0 commit comments

Comments
 (0)