From 73f36650853e5dc8c3e74b0c5043285bd9399037 Mon Sep 17 00:00:00 2001 From: Adam Blackwell Date: Tue, 2 Jun 2026 16:19:32 -0400 Subject: [PATCH] NOTICKET Replace dead apollo-api-docs URL with docs.apollo.io The apolloio.github.io/apollo-api-docs GitHub Pages site was deleted; update the README link to point to the canonical docs.apollo.io. Slack thread: https://apolloio.slack.com/archives/C69FJ9NEM/p1780430941295149?thread_ts=1780106077.022309&cid=C69FJ9NEM https://claude.ai/code/session_01Q6y2JYHGe12gUB8Cxf6Co6 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d381950..be6f8f8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # apollo-io-cli -A command-line interface for the [Apollo.io API](https://apolloio.github.io/apollo-api-docs/). Search and enrich people and companies, find job postings, surface news, manage CRM contacts/accounts/deals, drive sequences, log calls and tasks, and pull analytics — all from your terminal, pipeable with `jq` and switchable to CSV / YAML / JSONL / table output. +A command-line interface for the [Apollo.io API](https://docs.apollo.io/). Search and enrich people and companies, find job postings, surface news, manage CRM contacts/accounts/deals, drive sequences, log calls and tasks, and pull analytics — all from your terminal, pipeable with `jq` and switchable to CSV / YAML / JSONL / table output. image @@ -538,4 +538,3 @@ apollo companies jobs --id abc123 \ apollo companies search --industry SaaS --funding "5000000,20000000" --location "United States" \ | jq '.accounts[].primary_domain' ``` -