Skip to content

Commit f04812c

Browse files
authored
Fix broken hermes link (#349)
1 parent a767b14 commit f04812c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/price-feeds/how-pyth-works/cross-chain.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ for a feed to obtain the aggregate price and confidence. Next, the Pythnet valid
1010
Pythnet slot to the Wormhole contract on Pythnet containing the Merkle root of all the prices. Wormhole guardians
1111
then observe the Merkle root message and create a signed VAA for the Merkle root message.
1212

13-
[Hermes](../pythnet-price-feeds/hermes) continually listens to Wormhole for Pyth Merkle roots at each slot. It also
13+
[Hermes](./hermes) continually listens to Wormhole for Pyth Merkle roots at each slot. It also
1414
listens to Pythnet to get all the price messages. It stores the latest price messages with their Merkle proof and signed
1515
Merkle root in memory and exposes HTTP and websocket APIs for retrieving the latest update. (Anyone can run an instance
1616
of this webservice, but the Pyth Data Association runs a public instance for convenience.) When a user wants to use a

0 commit comments

Comments
 (0)