Skip to content

Commit 5f628e6

Browse files
Update siws-pkp-session-sigs.md links
1 parent 3fb1a93 commit 5f628e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/sdk/authentication/session-sigs/siws-pkp-session-sigs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ The Lit Action used for this example does the following:
8787

8888
For steps 1 - 3, we reuse the SIWS authentication logic from the [SIWS Authentication](../../authentication/authenticating-siws#parsing-and-re-building-the-siws-message) guide, so this guide will pick up from step 4.
8989

90-
:::note
91-
The full implementation of this Lit Action can be found [here](https://github.com/LIT-Protocol/developer-guides-code/blob/master/siws-accs/browser/src/litActionSiws.ts).
90+
:::info
91+
The full implementation of this Lit Action can be found [here](https://github.com/LIT-Protocol/developer-guides-code/blob/master/siws-session-sigs/browser/src/litActionSessionSigs.ts).
9292
:::
9393

9494
### Checking if the Solana Public Key is Authorized
@@ -137,6 +137,6 @@ Key takeaways from this implementation are:
137137
- The Lit Action checks if the authenticated Solana public key is authorized to use the PKP by querying the Lit PKP permissions smart contract.
138138
- Upon successful authorization, the Lit Action signals the Lit network to generate Session Signatures for the PKP.
139139

140-
:::note
140+
:::info
141141
A full implementation of this code example can be found [here](https://github.com/LIT-Protocol/developer-guides-code/blob/master/siws-session-sigs/browser).
142142
:::

0 commit comments

Comments
 (0)