Skip to content

Commit

Permalink
Merge pull request #111 from CityOfZion/fix-doc-links
Browse files Browse the repository at this point in the history
Fix doc links
  • Loading branch information
melanke authored Apr 9, 2024
2 parents 027bf75 + da48091 commit b9b3d05
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@cityofzion/wallet-connect-sdk-core",
"comment": "Fix documentation links on NPM website",
"type": "patch"
}
],
"packageName": "@cityofzion/wallet-connect-sdk-core"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@cityofzion/wallet-connect-sdk-react",
"comment": "Fix documentation links on NPM website",
"type": "patch"
}
],
"packageName": "@cityofzion/wallet-connect-sdk-react"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@cityofzion/wallet-connect-sdk-svelte",
"comment": "Fix documentation links on NPM website",
"type": "patch"
}
],
"packageName": "@cityofzion/wallet-connect-sdk-svelte"
}
2 changes: 1 addition & 1 deletion packages/wallet-connect-sdk-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ await wcSdk.manageSession()
```

## Usage
Check this [Usage Guide](../../USAGE_GUIDE.md) to see how to use this SDK on your application.
Check this [Usage Guide](https://github.com/CityOfZion/wallet-connect-sdk/blob/main/USAGE_GUIDE.md) to see how to use this SDK on your application.


### Read the Docs
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-connect-sdk-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ export default function MyComponent() {
```

## Usage
Check this [Usage Guide](../../USAGE_GUIDE.md) to see how to use this SDK on your application.
Check this [Usage Guide](https://github.com/CityOfZion/wallet-connect-sdk/blob/main/USAGE_GUIDE.md) to see how to use this SDK on your application.
2 changes: 1 addition & 1 deletion packages/wallet-connect-sdk-svelte/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ generate a new Project. This process is straightforward, requiring only a few fo
`autoManageSession` will reload the user's connected session and subscribe to the `disconnect` event. It is `true` by default and if you don't want this at startup, set the second constructor parameter to false and call the `manageSession` method at the correct time.

## Usage
Check this [Usage Guide](../../USAGE_GUIDE.md) to see how to use this SDK on your application.
Check this [Usage Guide](https://github.com/CityOfZion/wallet-connect-sdk/blob/main/USAGE_GUIDE.md) to see how to use this SDK on your application.

0 comments on commit b9b3d05

Please sign in to comment.