Skip to content

Commit 77db50f

Browse files
committed
chore(docs): fix links
1 parent 811729c commit 77db50f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/site/docs/home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ slug: /
1111

1212
_Welcome to the documentation portal for all things Omni!_
1313

14-
Please read on to learn [about Omni](./learn/introduction.md), [the network](./protocol/introduction.md), [developer docs](./develop/contracts.md) and [running a validator](./operate/introduction.md).
14+
Please read on to learn [about Omni](./learn/introduction/introduction.md), [the network](./protocol/introduction.md), [developer docs](./develop/contracts.md) and [running a validator](./operate/introduction.md).

docs/site/docs/learn/introduction/goal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sidebar_position: 3
66

77
> **The goal of Omni is to pair an innovative security model with a novel, modular architecture to provide the highest performance interoperability network for rollup application developers.**
88
9-
Omni is a blockchain specifically designed to unify Ethereum's rollups, mitigating fragmentation by [restaking](../protocol/restaking/restaking.md) for enhanced security and simplicity, allowing developers to create cross-rollup applications effortlessly. It pioneers the use of ETH restaking to bolster security, streamlining the development process by abstracting cross-rollup complexities from users and developers. As the Ethereum ecosystem grows and diversifies, Omni positions itself as the essential infrastructure to support Ethereum's modular evolution, offering a seamless development experience amidst a landscape of increasing rollup networks.
9+
Omni is a blockchain specifically designed to unify Ethereum's rollups, mitigating fragmentation by [restaking](../background/restaking.md) for enhanced security and simplicity, allowing developers to create cross-rollup applications effortlessly. It pioneers the use of ETH restaking to bolster security, streamlining the development process by abstracting cross-rollup complexities from users and developers. As the Ethereum ecosystem grows and diversifies, Omni positions itself as the essential infrastructure to support Ethereum's modular evolution, offering a seamless development experience amidst a landscape of increasing rollup networks.

docs/site/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const config: Config = {
1616
baseUrl: "/",
1717

1818
onBrokenLinks: "throw",
19-
onBrokenMarkdownLinks: "warn",
19+
onBrokenMarkdownLinks: "throw",
2020

2121
// Even if you don't use internationalization, you can use this field to set
2222
// useful metadata like html lang. For example, if your site is Chinese, you

0 commit comments

Comments
 (0)