Skip to content

Commit 8d4e4c3

Browse files
committed
update link
1 parent ff9a50f commit 8d4e4c3

File tree

1 file changed

+1
-1
lines changed
  • pages/price-feeds/troubleshoot

1 file changed

+1
-1
lines changed

pages/price-feeds/troubleshoot/svm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Follow the steps provided below to diagnose and resolve the issue.
1212
You can fix it by following these steps:
1313

1414
- Check the version of `anchor-lang` in your [`Cargo.toml`](https://github.com/guibescos/anchor-pyth/blob/broken-build/programs/anchor-pyth/Cargo.toml) (in the example `0.29.0{:js}`) call it `x.y.z`
15-
- Check the version of `anchor-lang` in the `pyth-solana-receiver-sdk` tree in [`Cargo.lock`](https://github.com/guibescos/anchor-pyth/blob/broken-build/programs/anchor-pyth/Cargo.lock) (in the example `0.30.1{:js}`) call it `a.b.c`
15+
- Check the version of `anchor-lang` in the `pyth-solana-receiver-sdk` tree in [`Cargo.lock`](https://github.com/guibescos/anchor-pyth/blob/broken-build/Cargo.lock#L1400) (in the example `0.30.1{:js}`) call it `a.b.c`
1616
- Run `cargo update -p [email protected] --precise x.y.z{:bash}`
1717
replacing `a.b.c` and `x.y.z` by the versions in the previous steps. For example:\
1818
`cargo update -p [email protected] --precise 0.29.0{:bash}`

0 commit comments

Comments
 (0)