about summary refs log tree commit diff
path: root/doc/tutorial
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorial')
-rw-r--r--doc/tutorial/setup.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tutorial/setup.md b/doc/tutorial/setup.md
index a1a28d903a0..f85052961a0 100644
--- a/doc/tutorial/setup.md
+++ b/doc/tutorial/setup.md
@@ -47,8 +47,8 @@ detail [later on](mod.html).
 ## Editing Rust code
 
 There are Vim highlighting and indentation scrips in the Rust source
-distribution under `src/etc/vim/`. An Emacs mode can be found at
-[https://github.com/marijnh/rust-mode][rust-mode].
+distribution under `src/etc/vim/`, and an emacs mode under
+`src/etc/emacs/`.
 
 [rust-mode]: https://github.com/marijnh/rust-mode