From 70896b89992f488d344d2bd4909623ab69278c01 Mon Sep 17 00:00:00 2001 From: Steven Luscher Date: Tue, 5 Dec 2023 13:49:12 -0800 Subject: [PATCH] Link to latest version of the off-chain message signing proposal in the docs (#34329) --- docs/src/cli/sign-offchain-message.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/cli/sign-offchain-message.md b/docs/src/cli/sign-offchain-message.md index cc25628172..543c5c314a 100644 --- a/docs/src/cli/sign-offchain-message.md +++ b/docs/src/cli/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).