Skip to content

Commit b39904a

Browse files
authored
Merge pull request #5363 from stacks-network/fix/signer-docs-link
fix: Signer networking setup docs link
2 parents bc7fe9e + 9daba45 commit b39904a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stacks-signer/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ impl<S: Signer<T> + Send + 'static, T: SignerEventTrait + 'static> SpawnedSigner
121121
as this could potentially expose sensitive data or functionalities to security risks \
122122
if additional proper security checks are not integrated in place. \
123123
For more information, check the documentation at \
124-
https://docs.stacks.co/nakamoto-upgrade/signing-and-stacking/faq#what-should-the-networking-setup-for-my-signer-look-like."
124+
https://docs.stacks.co/guides-and-tutorials/running-a-signer#preflight-setup"
125125
);
126126
let (res_send, res_recv) = channel();
127127
let ev = SignerEventReceiver::new(config.network.is_mainnet());

0 commit comments

Comments
 (0)