Skip to content

Commit 8a3c87a

Browse files
committed
Update website link
Signed-off-by: Tamal Saha <[email protected]>
1 parent 107959f commit 8a3c87a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Twitter](https://img.shields.io/twitter/follow/kubestash.svg?style=social&logo=twitter&label=Follow)](https://twitter.com/intent/follow?screen_name=KubeStash)
77

88
# CLI
9-
`kubectl` plugin for [Stash by AppsCode](https://appscode.com/products/stash).
9+
`kubectl` plugin for [Stash by AppsCode](https://stash.run).
1010

1111
## Installation
1212

pkg/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func NewRootCmd() *cobra.Command {
3232
rootCmd := &cobra.Command{
3333
Use: "kubectl-stash",
3434
Short: `kubectl plugin for Stash by AppsCode`,
35-
Long: `kubectl plugin for Stash by AppsCode. For more information, visit here: https://appscode.com/products/stash`,
35+
Long: `kubectl plugin for Stash by AppsCode. For more information, visit here: https://stash.run`,
3636
DisableAutoGenTag: true,
3737
PersistentPreRun: func(c *cobra.Command, args []string) {
3838
utilruntime.Must(scheme.AddToScheme(clientsetscheme.Scheme))

0 commit comments

Comments
 (0)