From b852f1f4496061ada491ef81bf6918b583b76d87 Mon Sep 17 00:00:00 2001 From: ryan echternacht Date: Thu, 6 Aug 2026 17:30:56 -0400 Subject: [PATCH] docs: fix dead quickstart anchor in README The quickstart split into a dashboard track and a code track removed the #create-an-api-key heading this link pointed at. Co-Authored-By: Claude Opus 5 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20197fb..12d4724 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Then run: bundle install ``` -2. [Issue an API key](https://docs.schematichq.com/quickstart#create-an-api-key) for the appropriate environment using the [Schematic app](https://app.schematichq.com/settings/api-keys). Be sure to capture the secret key when you issue the API key; you'll only see this key once, and this is what you'll use with schematic-ruby. +2. [Issue an API key](https://docs.schematichq.com/quickstart/account-setup#2-create-your-api-keys) for the appropriate environment using the [Schematic app](https://app.schematichq.com/settings/api-keys). Be sure to capture the secret key when you issue the API key; you'll only see this key once, and this is what you'll use with schematic-ruby. 3. Using this secret key, initialize a client in your application: