Skip to content

Commit

Permalink
Merge pull request #268 from autonomys/update_troubleshooting_link
Browse files Browse the repository at this point in the history
Update community help link to lead to Space Acres troubleshooting page
  • Loading branch information
nazar-pc authored Aug 6, 2024
2 parents 181f0aa + b0827f9 commit c13684e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ impl AsyncComponent for App {
}
}
AppInput::OpenCommunityHelpLink => {
if let Err(error) = open::that_detached("https://discord.gg/subspace-network") {
if let Err(error) = open::that_detached("https://docs.autonomys.xyz/docs/farming-&-staking/farming/space-acres/space-acres-install#troubleshooting") {
error!(%error, "Failed to open share community help in default browser");
}
}
Expand Down

0 comments on commit c13684e

Please sign in to comment.