From b92a5222af6aaed7b1ccef4558f228c896fc7f73 Mon Sep 17 00:00:00 2001
From: Aleksey Kladov <aleksey.kladov@gmail.com>
Date: Mon, 25 Mar 2019 10:27:43 +0300
Subject: [PATCH] link docs from dev docs, not from the main readme

If you want to **use** ra, you don't need api docs
---
 README.md          | 1 -
 docs/dev/README.md | 6 +++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 7c81413d935..3a0c9dee163 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,6 @@
 # Rust Analyzer
 
 [![Build Status](https://travis-ci.org/rust-analyzer/rust-analyzer.svg?branch=master)](https://travis-ci.org/rust-analyzer/rust-analyzer)
-[![Master docs](https://img.shields.io/badge/docs-master-blue.svg)](https://rust-analyzer.github.io/rust-analyzer/ra_ide_api/index.html)
 
 Rust Analyzer is an **experimental** modular compiler frontend for the Rust
 language. It is a part of a larger rls-2.0 effort to create excellent IDE
diff --git a/docs/dev/README.md b/docs/dev/README.md
index 104dd703d06..d81c2f70d30 100644
--- a/docs/dev/README.md
+++ b/docs/dev/README.md
@@ -12,7 +12,11 @@ should be enough to get you started!
 To learn more about how rust-analyzer works, see
 [./architecture.md](./architecture.md) document.
 
-Various organizational and process issues are discussed here.
+We also publish rustdoc docs to pages:
+
+https://rust-analyzer.github.io/rust-analyzer/ra_ide_api/index.html
+
+Various organizational and process issues are discussed in this document.
 
 # Getting in Touch