[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/rust-mode a529a45181 5/5: Merge pull request #553 from rus
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/rust-mode a529a45181 5/5: Merge pull request #553 from rust-lang/docs |
Date: |
Thu, 22 Aug 2024 01:02:46 -0400 (EDT) |
branch: elpa/rust-mode
commit a529a4518120bd1c662edc31b82062f41bbfb990
Merge: 527f8ff2b7 d8b93f7359
Author: Sibi Prabakaran <sibi@psibi.in>
Commit: GitHub <noreply@github.com>
Merge pull request #553 from rust-lang/docs
rustic: Update new paths
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 17aaa59e1f..939934dcfb 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ trait definitions. See [Auto-completion](#auto-completion)
below for tips on how
to enable this.
If you are missing features in rust-mode, please check out
-[rustic](https://github.com/brotzeit/rustic) before you open a feature
+[rustic](https://github.com/emacs-rustic/rustic) before you open a feature
request. It depends on rust-mode and provides additional features. This
allows us to keep rust-mode light-weight for users that are happy with
basic functionality.
@@ -266,7 +266,7 @@
post](https://www.badykov.com/emacs/2021/05/29/emacs-cargo-mode/).
### rustic
-[rustic](https://github.com/brotzeit/rustic) is based on rust-mode,
+[rustic](https://github.com/emacs-rustic/rustic) is based on rust-mode,
extending it with other features such as integration with LSP and with
flycheck.