Skip to content

Commit b23ea9d

Browse files
committed
more fixes
1 parent 160e128 commit b23ea9d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

guides/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ instrumentation:
573573
**Description:**
574574
The network address (host:port) where the Prometheus metrics server will listen for scraping requests.
575575

576-
See [Metrics](./metrics.md) for more details on what metrics are exposed.
576+
See [Metrics](/guides/metrics.md) for more details on what metrics are exposed.
577577

578578
**YAML:**
579579

tutorials/da/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ type DA interface {
5858

5959
## Mock DA {#mock-da}
6060

61-
You might have noticed that we did not define any DA layer during the [quick start](../quick-start.md) or [build a chain](/tutorials/gm-world.md) tutorials. This is because we used a mock DA layer that is built into Rollkit.
61+
You might have noticed that we did not define any DA layer during the [quick start](/tutorials/quick-start.md) or [build a chain](/tutorials/gm-world.md) tutorials. This is because we used a mock DA layer that is built into Rollkit.
6262

6363
If you revisit the logs from those tutorials, you will see one of the first lines being:
6464

@@ -72,5 +72,5 @@ The mock DA layer is a simple in-memory DA layer that is great for testing and d
7272

7373
Now that you have a better understanding of what a DA layer is, you can start to explore the different DA layers that are available to use with Rollkit.
7474

75-
* [Local DA](local-da.md)
76-
* [Celestia DA](celestia-da.md)
75+
* [Local DA](/tutorials/da/local-da.md)
76+
* [Celestia DA](/tutorials/da/celestia-da.md)

tutorials/sequencing/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ An implementation of the sequencing interface mainly acts as a middleware that c
2626

2727
The sequencing implementations that are currently work in progress:
2828
<!-- * [single-sequencer](single) -->
29-
* [based-sequencer](based.md)
30-
* [forced-inclusion-sequencer](forced-inclusion.md)
29+
* [based-sequencer](/tutorials/sequencing/based.md)
30+
* [forced-inclusion-sequencer](/tutorials/sequencing/forced-inclusion.md)

0 commit comments

Comments
 (0)