From 6c13a105912d78503983862f2ab1ae747ca0e1a1 Mon Sep 17 00:00:00 2001 From: Scott McMurray Date: Sat, 7 Oct 2017 15:28:35 -0700 Subject: [PATCH] Add "Update rendered link" to RFC merge procedure --- rfc-merge-procedure.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/rfc-merge-procedure.md b/rfc-merge-procedure.md index 80dea0980..618de8598 100644 --- a/rfc-merge-procedure.md +++ b/rfc-merge-procedure.md @@ -65,5 +65,12 @@ flavor (and change the team): To track further discussion, subscribe to the tracking issue here: rust-lang/rust#41517 ``` +### Step 4: Update the rendered link + +Update the rendered link in the first post of the PR to the permanent home under +`https://github.com/rust-lang/rfcs/blob/master/text/`. + +(This way future visitors can open it easily after the PR branch is deleted.) + ### That's it, you're done!