Fix Guide link to scmindent

This commit is contained in:
Asumu Takikawa 2016-06-08 17:11:15 -04:00
parent 5489fb937e
commit 5e2caa169e

View File

@ -166,7 +166,7 @@ set expandtab
You can enable indentation for Racket by setting both the @tt{lisp} and
@tt{autoindent} options in Vim. However, the indentation is limited and not as
complete as what you can get in Emacs. You can also use Dorai Sitaram's
@hyperlink["http://evalwhen.com/scmindent/index.html"]{scmindent} for
@hyperlink["https://github.com/ds26gte/scmindent"]{scmindent} for
better indentation of Racket code. The instructions on how to
use the indenter are available on the website.