diff --git a/README.md b/README.md index bd929645b..0f4dc2662 100644 --- a/README.md +++ b/README.md @@ -43,19 +43,19 @@ An example implementation can be found in the [example](./example/) folder. ## Standalone Mode Carapace can also be used to provide completion for arbitrary commands. -See [carapace-bin](https://github.com/rsteube/carapace-bin) for examples. +See [carapace-bin](https://github.com/carapace-sh/carapace-bin) for examples. ## Related Projects -- [carapace-bin](https://github.com/rsteube/carapace-bin) multi-shell multi-command argument completer -- [carapace-bridge](https://github.com/rsteube/carapace-bridge) completion bridge +- [carapace-bin](https://github.com/carapace-sh/carapace-bin) multi-shell multi-command argument completer +- [carapace-bridge](https://github.com/carapace-sh/carapace-bridge) completion bridge - [carapace-pflag](https://github.com/carapace-sh/carapace-pflag) Drop-in replacement for spf13/pflag with support for non-posix variants - [carapace-shlex](https://github.com/carapace-sh/carapace-shlex) simple shell lexer -- [carapace-spec](https://github.com/rsteube/carapace-spec) define simple completions using a spec file -- [carapace-spec-clap](https://github.com/rsteube/carapace-spec-clap) spec generation for clap-rs/clap -- [carapace-spec-kingpin](https://github.com/rsteube/carapace-spec-kingpin) spec generation for alecthomas/kingpin -- [carapace-spec-kong](https://github.com/rsteube/carapace-spec-kong) spec generation for alecthomas/kong -- [carapace-spec-man](https://github.com/rsteube/carapace-spec-man) spec generation for manpages -- [carapace-spec-urfavecli](https://github.com/rsteube/carapace-spec-urfavecli) spec generation for urfave/cli +- [carapace-spec](https://github.com/carapace-sh/carapace-spec) define simple completions using a spec file +- [carapace-spec-clap](https://github.com/carapace-sh/carapace-spec-clap) spec generation for clap-rs/clap +- [carapace-spec-kingpin](https://github.com/carapace-sh/carapace-spec-kingpin) spec generation for alecthomas/kingpin +- [carapace-spec-kong](https://github.com/carapace-sh/carapace-spec-kong) spec generation for alecthomas/kong +- [carapace-spec-man](https://github.com/carapace-sh/carapace-spec-man) spec generation for manpages +- [carapace-spec-urfavecli](https://github.com/carapace-sh/carapace-spec-urfavecli) spec generation for urfave/cli [cobra]:https://github.com/spf13/cobra diff --git a/docs/src/carapace/customActions.md b/docs/src/carapace/customActions.md index 77d44fd58..744450f69 100644 --- a/docs/src/carapace/customActions.md +++ b/docs/src/carapace/customActions.md @@ -1,6 +1,6 @@ # CustomActions -Custom Actions can be created by using a function that returns `carapace.Action`. A range of these can be found at [carapace-bin](https://pkg.go.dev/github.com/rsteube/carapace-bin/pkg/actions). +Custom Actions can be created by using a function that returns `carapace.Action`. A range of these can be found at [carapace-bin](https://pkg.go.dev/github.com/carapace-sh/carapace-bin/pkg/actions). ```go type ExampleOpts struct { diff --git a/docs/src/carapace/standalone/carapace-parse.md b/docs/src/carapace/standalone/carapace-parse.md index 33b3f49a5..dfea5c42d 100644 --- a/docs/src/carapace/standalone/carapace-parse.md +++ b/docs/src/carapace/standalone/carapace-parse.md @@ -7,4 +7,4 @@ docker node update --help | carapace-parse -n update -p node -s "Update a node" ``` -[carapace-parse]:https://github.com/rsteube/carapace-bin/tree/master/cmd/carapace-parse +[carapace-parse]:https://github.com/carapace-sh/carapace-bin/tree/master/cmd/carapace-parse