From a66ed0032ad21eeeba8b9b2ef8c718f2a9793beb Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 18 Nov 2019 12:45:33 +0300 Subject: Remove obsolete links --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index f5ee4263d..1e801487e 100644 --- a/README.md +++ b/README.md @@ -58,9 +58,7 @@ https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Frls-2.2E0 ## Quick Links -* Work List: https://paper.dropbox.com/doc/RLS-2.0-work-list--AZ3BgHKKCtqszbsi3gi6sjchAQ-42vbnxzuKq2lKwW0mkn8Y * API docs: https://rust-analyzer.github.io/rust-analyzer/ra_ide_api/ -* CI: https://travis-ci.org/rust-analyzer/rust-analyzer ## License -- cgit v1.2.3 From 12744345f18f6c2fdd284e1dd30f735fa672868f Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 18 Nov 2019 12:59:09 +0300 Subject: fix bors integration --- bors.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bors.toml b/bors.toml index d286bd8a6..7ffbc9294 100644 --- a/bors.toml +++ b/bors.toml @@ -1,2 +1,2 @@ -status = ["CI / Rust", "CI / TypeScript"] +status = ["Rust", "TypeScript"] delete_merged_branches = true -- cgit v1.2.3