From 579c871078ef13bf3fe7e50a9de82b917b02134a Mon Sep 17 00:00:00 2001 From: Hemang Date: Mon, 24 Feb 2025 13:54:46 +0100 Subject: [PATCH] Fix Docs URL. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3f7c99..09d7857 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ bash run.sh build && bash run.sh up This will launch the proxy at [http://localhost:8005/api/v1/proxy/](http://localhost:8005/api/v1/proxy/docs/). ### **Set Up an Invariant API Key** -1. Follow the instructions [here](https://explorer.invariantlabs.ai/docs/explorer/Explorer_API/1_client_setup/) to obtain an API key. This allows the proxy to push traces to [Invariant Explorer](https://explorer.invariantlabs.ai). +1. Follow the instructions [here](https://explorer.invariantlabs.ai/docs/explorer/api/client-setup/) to obtain an API key. This allows the proxy to push traces to [Invariant Explorer](https://explorer.invariantlabs.ai). ---