We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2965915 commit e11c390Copy full SHA for e11c390
cmd/root.go
@@ -16,7 +16,7 @@ var RootCmd = &cobra.Command{
16
Short: "A file list program that supports multiple storage.",
17
Long: `A file list program that supports multiple storage,
18
built with love by Xhofe and friends in Go/Solid.js.
19
-Complete documentation is available at https://alist.nn.ci/`,
+Complete documentation is available at https://docs.openlist.team/`,
20
}
21
22
func Execute() {
0 commit comments