File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ guidance.
37
37
---
38
38
39
39
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.
41
41
OpenAQ was the first to aggregate ground-level ambient air quality data on an
42
42
open-source platform. We provide unique value due to a combination of attributes
43
43
that make these data easily accessible, interoperable, interpretable and
Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ import CustomCard from '../../components/CustomCard.astro';
27
27
## Explore
28
28
29
29
<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 >
30
33
<CustomCard title = " Get started with the OpenAQ API" href = " /using-the-api/quick-start" icon = " open-book" >
31
34
Try our quick start guide to learn the basics of requesting data from OpenAQ.
32
35
</CustomCard >
You can’t perform that action at this time.
0 commit comments