浏览代码

Update doc link in README

Mike Rolish 1 月之前
父节点
当前提交
3986c9658a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      target_chains/sui/sdk/js/README.md

+ 1 - 1
target_chains/sui/sdk/js/README.md

@@ -61,7 +61,7 @@ const priceUpdateData = await connection.getPriceFeedsUpdateData(priceIds); // s
 // It is either injected from browser or instantiated in backend via some private key
 const wallet: SignerWithProvider = getWallet();
 // Get the state ids of the Pyth and Wormhole contracts from
-// https://docs.pyth.network/documentation/pythnet-price-feeds/sui
+// https://docs.pyth.network/price-feeds/contract-addresses/sui
 const wormholeStateId = " 0xFILL_ME";
 const pythStateId = "0xFILL_ME";