aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-03-25 07:29:06 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-03-25 07:29:06 +0000
commit8fd18fddea49ff988818a96f5f116ef660a3b6c4 (patch)
tree06fa1ecb91e9d63e159f890ca79655541157cf3e
parentd0d644b8c41bc0269b8dd45af55ea8cafee0378a (diff)
parentb92a5222af6aaed7b1ccef4558f228c896fc7f73 (diff)
Merge #1043
1043: link docs from dev docs, not from the main readme r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
-rw-r--r--README.md1
-rw-r--r--docs/dev/README.md6
2 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7c81413d9..3a0c9dee1 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,6 @@
1# Rust Analyzer 1# Rust Analyzer
2 2
3[![Build Status](https://travis-ci.org/rust-analyzer/rust-analyzer.svg?branch=master)](https://travis-ci.org/rust-analyzer/rust-analyzer) 3[![Build Status](https://travis-ci.org/rust-analyzer/rust-analyzer.svg?branch=master)](https://travis-ci.org/rust-analyzer/rust-analyzer)
4[![Master docs](https://img.shields.io/badge/docs-master-blue.svg)](https://rust-analyzer.github.io/rust-analyzer/ra_ide_api/index.html)
5 4
6Rust Analyzer is an **experimental** modular compiler frontend for the Rust 5Rust Analyzer is an **experimental** modular compiler frontend for the Rust
7language. It is a part of a larger rls-2.0 effort to create excellent IDE 6language. 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 104dd703d..d81c2f70d 100644
--- a/docs/dev/README.md
+++ b/docs/dev/README.md
@@ -12,7 +12,11 @@ should be enough to get you started!
12To learn more about how rust-analyzer works, see 12To learn more about how rust-analyzer works, see
13[./architecture.md](./architecture.md) document. 13[./architecture.md](./architecture.md) document.
14 14
15Various organizational and process issues are discussed here. 15We also publish rustdoc docs to pages:
16
17https://rust-analyzer.github.io/rust-analyzer/ra_ide_api/index.html
18
19Various organizational and process issues are discussed in this document.
16 20
17# Getting in Touch 21# Getting in Touch
18 22