Skip to content

Commit 3bb3b69

Browse files
authored
fix broken link/created-subgraph-hosted.mdx (#116)
1 parent f7de3bf commit 3bb3b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/en/developer/create-subgraph-hosted.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ A common pattern in Ethereum smart contracts is the use of registry or factory c
553553

554554
### Data Source for the Main Contract
555555

556-
First, you define a regular data source for the main contract. The snippet below shows a simplified example data source for the [Uniswap](https://uniswap.io) exchange factory contract. Note the `NewExchange(address,address)` event handler. This is emitted when a new exchange contract is created on-chain by the factory contract.
556+
First, you define a regular data source for the main contract. The snippet below shows a simplified example data source for the [Uniswap](https://uniswap.org) exchange factory contract. Note the `NewExchange(address,address)` event handler. This is emitted when a new exchange contract is created on-chain by the factory contract.
557557

558558
```yaml
559559
dataSources:

0 commit comments

Comments
 (0)