Skip to content

Commit d726944

Browse files
committed
add homepage link
1 parent 85da663 commit d726944

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/content/docs/about/about.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ guidance.
3737
---
3838

3939
This repository of global air quality data is brought to you by
40-
[OpenAQ](https://openaq.org/#/), a nonprofit organization founded in the U.S.
40+
[OpenAQ](https://openaq.org), a nonprofit organization founded in the U.S.
4141
OpenAQ was the first to aggregate ground-level ambient air quality data on an
4242
open-source platform. We provide unique value due to a combination of attributes
4343
that make these data easily accessible, interoperable, interpretable and

src/content/docs/index.mdx

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ import CustomCard from '../../components/CustomCard.astro';
2727
## Explore
2828

2929
<CardGrid stagger>
30+
<CustomCard title="Visit the OpenAQ website" href="https://openaq.org" icon="laptop">
31+
Learn more about OpenAQ organization and our activities.
32+
</CustomCard>
3033
<CustomCard title="Get started with the OpenAQ API" href="/using-the-api/quick-start" icon="open-book">
3134
Try our quick start guide to learn the basics of requesting data from OpenAQ.
3235
</CustomCard>

0 commit comments

Comments
 (0)