Skip to content

Commit

Permalink
Fix circular redirect (#644)
Browse files Browse the repository at this point in the history
* Fix circular redirect

* fix FAQ

* fix ref

* rename file
  • Loading branch information
jribbink committed Mar 7, 2024
1 parent 05ca7f5 commit 2f675c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -46,7 +46,7 @@ However, if we do release any software update in between a Spork (e.g. an emerge

### Is there any way to know if a node is currently online?

To verify if a node is online, please [setup metrics](./FAQ.md#how-do-i-check-on-the-status-of-my-node) for the node.
To verify if a node is online, please [setup metrics](./faq.md#how-do-i-check-on-the-status-of-my-node) for the node.

### Can I migrate a node to a new machine?

Expand Down
2 changes: 1 addition & 1 deletion vercel.json
Expand Up @@ -1177,7 +1177,7 @@
"permanent": true
},
{
"source": "/networks/node-ops/node-operation/faq",
"source": "/networks/node-ops/node-operation/FAQ",
"destination": "/networks/node-ops/node-operation/faq",
"permanent": true
},
Expand Down

0 comments on commit 2f675c6

Please sign in to comment.