From 8e8c6fcb2a0bcce756fe2c11a70efd2b32bd0295 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Fri, 11 May 2018 19:05:15 -0700 Subject: [PATCH] Fix tutorial sign step include links --- content/_snippets/tutorial-sign-step.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_snippets/tutorial-sign-step.md b/content/_snippets/tutorial-sign-step.md index ac25e719dc..25a56ce0b3 100644 --- a/content/_snippets/tutorial-sign-step.md +++ b/content/_snippets/tutorial-sign-step.md @@ -1,3 +1,3 @@ -The most secure way to sign a transaction is to do it locally with a signing library, such as [RippleAPI](reference-rippleapi.html). Alternatively, you can sign the transaction using the [`sign`](reference-rippled.html#sign) command, but this must be done through a trusted and encrypted connection, or through a local connection, and only to a server you control. +The most secure way to sign a transaction is to do it locally with a signing library, such as [RippleAPI](rippleapi-reference.html). Alternatively, you can sign the transaction using the [sign method](sign.html) command, but this must be done through a trusted and encrypted connection, or through a local connection, and only to a server you control. In all cases, note the signed transaction's identifying hash for later.