From 3a44b146db5efab1362250ed4a6d51bc31b38258 Mon Sep 17 00:00:00 2001 From: Wyatt Barnes Date: Tue, 8 Oct 2024 10:06:28 -1000 Subject: [PATCH] Update authenticating-siws.md --- docs/sdk/authentication/authenticating-siws.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdk/authentication/authenticating-siws.md b/docs/sdk/authentication/authenticating-siws.md index a8f251f6..4693615f 100644 --- a/docs/sdk/authentication/authenticating-siws.md +++ b/docs/sdk/authentication/authenticating-siws.md @@ -26,7 +26,7 @@ The following diagram depicts the flow of authenticating SIWS messages using Lit ![SIWS Authentication Flow](../../../static/img/siws-authentication.png) :::info -A full implementation of this code example can be found [here](https://github.com/LIT-Protocol/developer-guides-code/blob/master/siws-authentication/siws-authentication/browser). +A full implementation of this code example can be found [here](https://github.com/LIT-Protocol/developer-guides-code/tree/master/siws-authentication/browser). ::: ## Writing the Lit Action