Skip to content

Commit

Permalink
fix: resolved internal linking errors and specified url path for setu…
Browse files Browse the repository at this point in the history
…p guides
  • Loading branch information
Bobinstein committed Aug 23, 2024
1 parent e09273e commit bcfa39c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/src/gateways/ar-io-node/linux-setup.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
prev: false
next: "./testnet"
next: "/gateways/ar-io-node/testnet.html"
tags: [domain, url, setup, start, help, how to, ubuntu, testnet]
permalink: '/gateways/ar-io-node/linux-setup/'
---

# Linux Installation Instructions
Expand Down
4 changes: 2 additions & 2 deletions docs/src/gateways/ar-io-node/overview.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
permalink: "/gateways/ar-io-node/overview"
# prev: "./windows-setup"
# next: "./linux-setup"
prev: "/gateways/ar-io-node/windows-setup.html"
next: "/gateways/ar-io-node/linux-setup.html"
---

# Overview
Expand Down
3 changes: 2 additions & 1 deletion docs/src/gateways/ar-io-node/windows-setup.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
prev: false
next: "./testnet"
next: "/gateways/ar-io-node/testnet.html"
permalink: '/gateways/ar-io-node/windows-setup/'
---

# Windows Installation Instructions
Expand Down

0 comments on commit bcfa39c

Please sign in to comment.