From 5e2caa169ec779abfb01bbcf478b9bfd83585f2e Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Wed, 8 Jun 2016 17:11:15 -0400 Subject: [PATCH] Fix Guide link to scmindent --- pkgs/racket-doc/scribblings/guide/other-editors.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/guide/other-editors.scrbl b/pkgs/racket-doc/scribblings/guide/other-editors.scrbl index 810d64912b..995c150948 100644 --- a/pkgs/racket-doc/scribblings/guide/other-editors.scrbl +++ b/pkgs/racket-doc/scribblings/guide/other-editors.scrbl @@ -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.