diff --git a/Docs.md b/Docs.md index 479136e..75f92e3 100644 --- a/Docs.md +++ b/Docs.md @@ -9,7 +9,6 @@ Listing of documentation for users ## General instructions -* [[Doc getting started]] * [[Doc using cargo to manage packages]] * [[Doc using rustdoc]] * [[Doc Memory, modes, and mutation]], _a guide for the perplexed_ diff --git a/Doc-getting-started.md b/Note-getting-started-developing-Rust.md similarity index 100% rename from Doc-getting-started.md rename to Note-getting-started-developing-Rust.md diff --git a/Notes.md b/Notes.md index 059665c..f6ccee8 100644 --- a/Notes.md +++ b/Notes.md @@ -2,9 +2,10 @@ Listing of notes for developers ## Process and workflow notes -* [[Note wiki conventions]] +* [[Note getting started developing Rust]] * [[Note development policy]] -- **please read this** * [[Note RFC process]] -- **read this for larger changes** +* [[Note wiki conventions]] * [[Note bug janitors]] * [[Note development roadmap]] * [[Note compiler snapshots]]