From 86955828365c1b5a87f48d42a51eaa5c2d34299e Mon Sep 17 00:00:00 2001 From: nickfrosty Date: Thu, 7 Dec 2023 09:56:26 -0500 Subject: [PATCH] Link to latest version of the off-chain message signing proposal in the docs (#34329) --- docs/src/cli/examples/sign-offchain-message.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/cli/examples/sign-offchain-message.md b/docs/src/cli/examples/sign-offchain-message.md index 0bd87a87813486..ae14119f7b91b9 100644 --- a/docs/src/cli/examples/sign-offchain-message.md +++ b/docs/src/cli/examples/sign-offchain-message.md @@ -95,4 +95,4 @@ with a fixed prefix: `\xffsolana offchain`, where first byte is chosen such that it is implicitly illegal as the first byte in a transaction `MessageHeader` today. More details about the payload format and other considerations are available in the -[proposal](https://github.com/solana-labs/solana/blob/e80f67dd58b7fa3901168055211f346164efa43a/docs/src/proposals/off-chain-message-signing.md). +[proposal](https://github.com/solana-labs/solana/blob/master/docs/src/proposals/off-chain-message-signing.md).