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.