Skip to content

Commit

Permalink
refactor: update link to docs on open, ref #5800
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Aug 28, 2024
1 parent 3df62f7 commit 003a6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background/messaging/rpc-methods/supported-methods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function rpcSupportedMethods(message: SupportedMethodsRequest, port: chro
methods: [
{
name: 'open',
docsUrl: ['https://leather.gitbook.io/developers/bitcoin/connect-users/open-wallet'],
docsUrl: ['https://leather.gitbook.io/developers/bitcoin/connect-users/open'],
},
{
name: 'getAddresses',
Expand Down

0 comments on commit 003a6ad

Please sign in to comment.