From 846787e7f490316c7d6f721ba70c7a43295c8290 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 23 Jul 2021 13:48:37 -0500 Subject: [PATCH] Autolink URL in docs for sdk::feature_set (#18874) --- sdk/src/feature_set.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/src/feature_set.rs b/sdk/src/feature_set.rs index 97af3b880..fdbb390e7 100644 --- a/sdk/src/feature_set.rs +++ b/sdk/src/feature_set.rs @@ -5,7 +5,7 @@ //! - For features that are unambiguously good (ie bug fixes), these steps are sufficient. //! - For features that should go up for community vote (ie fee structure changes), more //! information on the additional steps to follow can be found at: -//! https://spl.solana.com/feature-proposal#feature-proposal-life-cycle +//! //! //! 1. Generate a new keypair with `solana-keygen new --outfile feature.json --no-passphrase` //! - Keypairs should be held by core contributors only. If you're a non-core contirbutor going