Skip to content

Commit

Permalink
fix: broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Jul 8, 2024
1 parent 0c8f736 commit fbba803
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,11 @@ aelf is a high-performance, cloud-native, layer-1 blockchain with Mainnet nodes

## 📖 Tutorials

- [Smart Contract](/quick-start/creating-your-first-contract/) Development
- [Operate a Node](/tutorials/operate-a-node/)
- Run a [Testnet](/tutorials/operate-a-node/run-a-testnet-node/) Node
- Run a [Mainnet](/tutorials/operate-a-node/run-a-mainnet-node/) Node
- Run aelf on [Cloud](/tutorials/operate-a-node/run-aelf-on-cloud/)
- Run a [Side Chain](/tutorials/run-a-side-chain/)
- Run a [Side Chain](/tutorials/operate-a-node/run-a-side-chain/)

</article>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -424,4 +424,4 @@ createSideChain().then(() => {



Next, we can move on to [Running a Side Chain](tutorials/operate-a-node/run-a-side-chain).
Next, we can move on to [Running a Side Chain](/tutorials/operate-a-node/run-a-side-chain/).
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"link": {
"type": "generated-index",
"title": "Operate a side chain",
"slug": "tutorials/run-a-side-chain"
"slug": "tutorials/operate-a-node/run-a-side-chain"
},
"customProps": {
"description": "Operate a side chain"
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const config: Config = {
organizationName: "AElfProject", // Usually your GitHub org/user name.
projectName: "aelf-docs", // Usually your repo name.

onBrokenLinks: "warn",
onBrokenLinks: "throw",
onBrokenMarkdownLinks: "warn",

// Even if you don't use internationalization, you can use this field to set
Expand Down

0 comments on commit fbba803

Please sign in to comment.