From 068db9fd6d8faa269af39447bd2667fe766afa05 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sun, 20 Jan 2019 15:46:36 +0300 Subject: fix the tag --- guide.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/guide.md b/guide.md index 12db0a82d..e103c7f9c 100644 --- a/guide.md +++ b/guide.md @@ -3,9 +3,11 @@ ## About the guide This guide describes the current start of the rust-analyzer as of 2019-01-20 -(commit hash guide-2019-01). Its purpose is to -document various problems and architectural solutions related to the problem of -building IDE-first compiler. +(git tag [guide-2019-01]). Its purpose is to document various problems and +architectural solutions related to the problem of building IDE-first compiler +for Rust. + +[guide-2019-01]: https://github.com/rust-analyzer/rust-analyzer/tree/guide-2019-01 ## The big picture -- cgit v1.2.3