Skip to content

Commit 4a5912c

Browse files
authored
Prepare docs for 0.6.0 release (#264)
1 parent f75d5df commit 4a5912c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func NewRootCmd() *cobra.Command {
2525
var rootCmd = &cobra.Command{
2626
Use: "stash",
2727
Short: `Stash by AppsCode - Backup your Kubernetes Volumes`,
28-
Long: `Stash is a Kubernetes operator for restic. For more information, visit here: https://github.com/appscode/stash/tree/master/docs`,
28+
Long: `Stash is a Kubernetes operator for restic. For more information, visit here: https://appscode.com/products/stash`,
2929
DisableAutoGenTag: true,
3030
PersistentPreRun: func(c *cobra.Command, args []string) {
3131
c.Flags().VisitAll(func(flag *pflag.Flag) {

0 commit comments

Comments
 (0)