From 334493b1413818fb3f96ac8c57d229a5154a0dac Mon Sep 17 00:00:00 2001 From: Alex Hoffer Date: Wed, 8 Jul 2026 23:53:49 -0700 Subject: [PATCH] Fix broken Plaid doc/signup links in toolkit rules Two dead links: the Sandbox guide `/docs/sandbox/overview` (page removed; now `/docs/sandbox/`) in the Signal and Transfer rule guides, and the non-resolving `developer.plaid.com` host in `sandbox/README.md` (repointed to `dashboard.plaid.com`, already used elsewhere in the README). Co-Authored-By: Claude Opus 4.8 (1M context) --- rules/signal_guide.md | 2 +- rules/transfer_guide.md | 2 +- sandbox/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/signal_guide.md b/rules/signal_guide.md index 261af28..7e5040a 100644 --- a/rules/signal_guide.md +++ b/rules/signal_guide.md @@ -20,7 +20,7 @@ Before starting the integration, ensure the following: - You have a [Plaid Developer Dashboard](https://dashboard.plaid.com) account. - You have obtained your **client ID** and **Sandbox secret** from the dashboard. -- You are working in the [Sandbox environment](https://plaid.com/docs/sandbox/overview) where test credentials and institutions are available. +- You are working in the [Sandbox environment](https://plaid.com/docs/sandbox/) where test credentials and institutions are available. - Your development environment can serve both **frontend** and **backend** logic. The backend must be able to securely manage sensitive credentials and handle API calls. - You have applied for and received approval for Signal Transaction Scores (or have received Sandbox access while waiting for approval). diff --git a/rules/transfer_guide.md b/rules/transfer_guide.md index df5dcad..662bacf 100644 --- a/rules/transfer_guide.md +++ b/rules/transfer_guide.md @@ -26,7 +26,7 @@ Follow the appropriate respective guide. - You have a [Plaid Developer Dashboard](https://dashboard.plaid.com) account. - You have obtained your **client ID** and **Sandbox secret** from the dashboard. -- You are working in the [Sandbox environment](https://plaid.com/docs/sandbox/overview) where test credentials and institutions are available. +- You are working in the [Sandbox environment](https://plaid.com/docs/sandbox/) where test credentials and institutions are available. - Your development environment can serve both **frontend** and **backend** logic. The backend must be able to securely manage sensitive credentials and handle API calls. ## Step 1: Backend - Create a Link Token diff --git a/sandbox/README.md b/sandbox/README.md index 22f83df..51f5a05 100644 --- a/sandbox/README.md +++ b/sandbox/README.md @@ -26,7 +26,7 @@ A Model Context Protocol server for facilitating integration with Plaid. This se ### Obtaining API Credentials -1. Sign in to your [Plaid Developer Dashboard](https://developer.plaid.com) account +1. Sign in to your [Plaid Developer Dashboard](https://dashboard.plaid.com) account 2. Navigate to **Developers** → **[Keys](https://dashboard.plaid.com/developers/keys)** 3. Locate your **sandbox credentials**.