From d9efa6cc9b630dc3508b0240e28144b1f00df266 Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Thu, 26 Mar 2015 10:48:58 -0400 Subject: [PATCH] Update docs pointers to shell-completion scripts --- pkgs/racket-doc/scribblings/guide/cmdline.scrbl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/racket-doc/scribblings/guide/cmdline.scrbl b/pkgs/racket-doc/scribblings/guide/cmdline.scrbl index e6aed4e630..023ae03173 100644 --- a/pkgs/racket-doc/scribblings/guide/cmdline.scrbl +++ b/pkgs/racket-doc/scribblings/guide/cmdline.scrbl @@ -31,12 +31,12 @@ For more information about XREPL, see @other-doc[xrepl-doc]. @section{Shell completion} Shell auto-completion for @exec{bash} and @exec{zsh} is available in -@filepath{collects/meta/contrib/completion/racket-completion.bash} and -@filepath{collects/meta/contrib/completion/racket-completion.zsh}, +@filepath{share/pkgs/shell-completion/racket-completion.bash} and +@filepath{share/pkgs/shell-completion/racket-completion.zsh}, respectively. To enable it, just run the appropriate file from your @tt{.bashrc} or your @tt{.zshrc}. -The @filepath{meta} collection is only available in the Racket Full +The @filepath{shell-completion} collection is only available in the Racket Full distribution. The completion scripts are also available -@hyperlink["https://github.com/plt/racket/tree/master/collects/meta/contrib/completion"]{online}. +@hyperlink["https://github.com/racket/shell-completion"]{online}.