Skip to content

Commit 900259e

Browse files
committed
update link references
1 parent f31be29 commit 900259e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/core-messaging/wormhole-relayers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ In total, sending a message across EVM chains can be as simple as getting a fee
7373

7474
### Receive a Message
7575

76-
To receive a message using a Wormhole relayer, the target contract must implement the [`IWormholeReceiver`](https://github.com/wormhole-foundation/wormhole-relayer-solidity-sdk/blob/main/src/interfaces/IWormholeReceiver.sol){target=\_blank} interface, as shown in the [previous section](#interacting-with-the-wormhole-relayer).
76+
To receive a message using a Wormhole relayer, the target contract must implement the [`IWormholeReceiver`](https://github.com/wormhole-foundation/wormhole-relayer-solidity-sdk/blob/main/src/interfaces/IWormholeReceiver.sol){target=\_blank} interface, as shown in the [previous section](#interact-with-the-wormhole-relayer).
7777

7878
```solidity
7979
--8<-- 'code/build/core-messaging/wormhole-relayers/receiveWormholeMessages.sol'

learn/glossary.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ A Spy is a daemon that eavesdrops on the messages passed between Guardians, typi
6565

6666
## VAA
6767

68-
[Verifiable Action Approvals](/docs/learn/infrastructure/vaas/){target=\_blank} (VAAs) are the base data structure in the Wormhole ecosystem. They contain the messages emitted by [xDapps](#xdapp) along with information such as what contract emitted the message.
68+
[Verifiable Action Approvals](/docs/learn/infrastructure/vaas/){target=\_blank} (VAAs) are the base data structure in the Wormhole ecosystem. They contain emitted messages along with information such as what contract emitted the message.
6969

7070
## Validator
7171

0 commit comments

Comments
 (0)