File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
[ ![ Twitter] ( https://img.shields.io/twitter/follow/kubestash.svg?style=social&logo=twitter&label=Follow )] ( https://twitter.com/intent/follow?screen_name=KubeStash )
7
7
8
8
# CLI
9
- ` kubectl ` plugin for [ Stash by AppsCode] ( https://appscode.com/products/ stash ) .
9
+ ` kubectl ` plugin for [ Stash by AppsCode] ( https://stash.run ) .
10
10
11
11
## Installation
12
12
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ func NewRootCmd() *cobra.Command {
32
32
rootCmd := & cobra.Command {
33
33
Use : "kubectl-stash" ,
34
34
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 ` ,
36
36
DisableAutoGenTag : true ,
37
37
PersistentPreRun : func (c * cobra.Command , args []string ) {
38
38
utilruntime .Must (scheme .AddToScheme (clientsetscheme .Scheme ))
You can’t perform that action at this time.
0 commit comments