Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix circular redirect #644

Merged
merged 4 commits into from Mar 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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