From a863298314ac730ac8a357bdded6262d84baefd1 Mon Sep 17 00:00:00 2001 From: Andrew Banchich Date: Wed, 4 Dec 2019 10:48:03 -0500 Subject: fix outdated link to ra-emacs-lsp.el --- docs/user/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/README.md b/docs/user/README.md index adacead52..f95bed8ec 100644 --- a/docs/user/README.md +++ b/docs/user/README.md @@ -129,7 +129,7 @@ Prerequisites: Installation: * add -[ra-emacs-lsp.el](https://github.com/rust-analyzer/rust-analyzer/blob/69ee5c9c5ef212f7911028c9ddf581559e6565c3/editors/emacs/ra-emacs-lsp.el) +[ra-emacs-lsp.el](https://github.com/rust-analyzer/rust-analyzer/blob/master/editors/emacs/ra-emacs-lsp.el) to load path and require it in `init.el` * run `lsp` in a rust buffer * (Optionally) bind commands like `rust-analyzer-join-lines`, `rust-analyzer-extend-selection` and `rust-analyzer-expand-macro` to keys, and enable `rust-analyzer-inlay-hints-mode` to get inline type hints -- cgit v1.2.3 From 00d5fb44abf5af4ec543db8386cfc41b1c07b45a Mon Sep 17 00:00:00 2001 From: Andrew Banchich Date: Wed, 4 Dec 2019 11:00:51 -0500 Subject: use relative link --- docs/user/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/README.md b/docs/user/README.md index f95bed8ec..7b86c5e53 100644 --- a/docs/user/README.md +++ b/docs/user/README.md @@ -129,7 +129,7 @@ Prerequisites: Installation: * add -[ra-emacs-lsp.el](https://github.com/rust-analyzer/rust-analyzer/blob/master/editors/emacs/ra-emacs-lsp.el) +[ra-emacs-lsp.el](../../../editors/emacs/ra-lsp.el) to load path and require it in `init.el` * run `lsp` in a rust buffer * (Optionally) bind commands like `rust-analyzer-join-lines`, `rust-analyzer-extend-selection` and `rust-analyzer-expand-macro` to keys, and enable `rust-analyzer-inlay-hints-mode` to get inline type hints -- cgit v1.2.3 From 62cadecc89d5ce8c8589f2730814550877d3358d Mon Sep 17 00:00:00 2001 From: Andrew Banchich Date: Wed, 4 Dec 2019 11:02:03 -0500 Subject: fix link --- docs/user/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/README.md b/docs/user/README.md index 7b86c5e53..668af293a 100644 --- a/docs/user/README.md +++ b/docs/user/README.md @@ -129,7 +129,7 @@ Prerequisites: Installation: * add -[ra-emacs-lsp.el](../../../editors/emacs/ra-lsp.el) +[ra-emacs-lsp.el](../../editors/emacs/ra-lsp.el) to load path and require it in `init.el` * run `lsp` in a rust buffer * (Optionally) bind commands like `rust-analyzer-join-lines`, `rust-analyzer-extend-selection` and `rust-analyzer-expand-macro` to keys, and enable `rust-analyzer-inlay-hints-mode` to get inline type hints -- cgit v1.2.3 From 956ce1d10ae04ef4d6a1530c948d74901ae8cc9e Mon Sep 17 00:00:00 2001 From: Andrew Banchich Date: Wed, 4 Dec 2019 11:07:37 -0500 Subject: fix file name --- docs/user/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/README.md b/docs/user/README.md index 668af293a..5ec8fb25d 100644 --- a/docs/user/README.md +++ b/docs/user/README.md @@ -129,7 +129,7 @@ Prerequisites: Installation: * add -[ra-emacs-lsp.el](../../editors/emacs/ra-lsp.el) +[ra-emacs-lsp.el](../../editors/emacs/ra-emacs-lsp.el) to load path and require it in `init.el` * run `lsp` in a rust buffer * (Optionally) bind commands like `rust-analyzer-join-lines`, `rust-analyzer-extend-selection` and `rust-analyzer-expand-macro` to keys, and enable `rust-analyzer-inlay-hints-mode` to get inline type hints -- cgit v1.2.3