Skip to content

Commit 2cc4a81

Browse files
m4sterbunnyVlad Lo.
authored andcommitted
fixes links: assume that Infura --> MM docs does not map exactly (#1488)
1 parent 97ba338 commit 2cc4a81

File tree

2 files changed

+2
-2
lines changed
  • services
    • reference/zksync/json-rpc-methods/subscription-methods
    • tutorials/ethereum/send-a-transaction

2 files changed

+2
-2
lines changed

services/reference/zksync/json-rpc-methods/subscription-methods/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Subscription methods"
44

55
# Subscription methods
66

7-
Subscription methods are available for [WebSocket](../../../../learn/websockets.md) connections only, and allow you to wait for events instead of polling for them. For example, dapps can subscribe to logs and receive notifications when a specific event occurs.
7+
Subscription methods are available for [WebSocket](../../../../concepts/websockets.md) connections only, and allow you to wait for events instead of polling for them. For example, dapps can subscribe to logs and receive notifications when a specific event occurs.
88

99
The following subscription methods are available:
1010

services/tutorials/ethereum/send-a-transaction/use-web3.js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In this tutorial, you'll send a regular transaction of 0.001 ETH from one accoun
1111

1212
## Prerequisites
1313

14-
- A [Web3 project](../../../api/getting-started.md) on Infura
14+
- A [Web3 project](../../../get-started/infura.md) on Infura
1515
- [Node.js installed](https://nodejs.org/en/download/)
1616
- An Ethereum account
1717

0 commit comments

Comments
 (0)