From 76adb063517bfcf2dadf7cb04e634d74f47e4e6b Mon Sep 17 00:00:00 2001 From: Gabriel Fosse Date: Fri, 8 Mar 2024 13:59:55 -0800 Subject: [PATCH] Update OpenAQ API registration link --- .goreleaser.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 5eb3655..3c4a629 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -55,7 +55,7 @@ brews: folder: Formula goarm: "7" homepage: https://github.com/openaq/openaq-cli - description: Official Command Line Interface for OpenAQ. Get your API key here -> https://api.openaq.org/register + description: Official Command Line Interface for OpenAQ. Get your API key here -> http://explore.openaq.org/register license: MIT test: | system "#{bin}/openaq-cli -v" @@ -69,5 +69,5 @@ scoops: folder: bucket homepage: https://github.com/openaq/openaq-cli description: | - Official Command Line Interface for OpenAQ. Get your API key here -> https://api.openaq.org/register + Official Command Line Interface for OpenAQ. Get your API key here -> http://explore.openaq.org/register license: MIT diff --git a/README.md b/README.md index 82835ac..c086a25 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ go install github.com/openaq/openaq-cli ## Usage -> Note: An OpenAQ API Key is required to use the OpenAQ CLI. Registering for an API Key is free and only requires a valid email address. Register at https://api.openaq.org/register +> Note: An OpenAQ API Key is required to use the OpenAQ CLI. Registering for an API Key is free and only requires a valid email address. Register at http://explore.openaq.org/register To set your API Key run: