Skip to content

Commit 74a2221

Browse files
committed
fix(docs): linking of overvoew
1 parent 9cf1d9e commit 74a2221

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/fdc/guides/evm-transaction.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ contract Deploy is Script {
5151
...
5252
```
5353

54-
The names of included contracts mostly mirror the steps described in the [FDC guide](/fdc/1-overview.mdx).
54+
The names of included contracts mostly mirror the steps described in the [FDC guide](/fdc/overview).
5555

5656
To bridge the separate executions of the scripts, we will save the relevant data of each script to a file in the `dirPath` folder.
5757
Each succeeding script will then read that file to load the data.
@@ -487,7 +487,7 @@ This takes no more than 145 seconds.
487487
You can check if the request was submitted successfully on the [AttestationRequests](https://coston2-systems-explorer.flare.rocks/attestation-request) page on the Flare Systems Explorer website.
488488
To check if the round has been finalized, go to [Finalizations](https://coston2-systems-explorer.flare.rocks/finalizations) page.
489489

490-
If you want to learn more about how the FDC protocol works, check [here](/fdc/1-overview.mdx).
490+
If you want to learn more about how the FDC protocol works, check [here](/fdc/overview).
491491

492492
## Preparing Proof Request
493493

0 commit comments

Comments
 (0)