Skip to content

Commit e11c390

Browse files
authored
fix(cli): Fixed links to documentation in the CLI (OpenListTeam#71)
Co-authored-by: reschen <reschen@126.com>
1 parent 2965915 commit e11c390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var RootCmd = &cobra.Command{
1616
Short: "A file list program that supports multiple storage.",
1717
Long: `A file list program that supports multiple storage,
1818
built with love by Xhofe and friends in Go/Solid.js.
19-
Complete documentation is available at https://alist.nn.ci/`,
19+
Complete documentation is available at https://docs.openlist.team/`,
2020
}
2121

2222
func Execute() {

0 commit comments

Comments
 (0)