From edef4d6c7d3fad89865aa7fde23fce92efce5494 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 26 Apr 2020 01:54:44 -0400 Subject: [PATCH] Fix documentation links in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 484051841..25e1339fa 100644 --- a/README.md +++ b/README.md @@ -114,8 +114,8 @@ git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d ~/.emacs.d/bin/doom install ``` -Then [read our Getting Started guide][docs] to be walked through setting up, -configuring and maintaining Doom Emacs. +Then [read our Getting Started guide][documentation] to be walked through +setting up, configuring and maintaining Doom Emacs. It's a good idea to add `~/.emacs.d/bin` to your `PATH`! Other `bin/doom` commands you should know about: @@ -153,7 +153,7 @@ project boards and a newsletter: Emacs is no journey of a mere thousand miles. You _will_ run into problems and mysterious errors. When you do, here are some places you can look for help: -+ [Our documentation][docs] covers many use cases. ++ [Our documentation][documentation] covers many use cases. + [The Configuration section][configuration] covers how to configure Doom and its packages. + [The Package Management section][package-management] covers how to install