Skip to content

Commit 343712a

Browse files
authored
Merge pull request #295 from tcdent/templates-command
Add correct URL to `agentstack templates`
2 parents a4c38e0 + d9d5065 commit 343712a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agentstack/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def _main():
186186
elif args.command in ["quickstart"]:
187187
webbrowser.open("https://docs.agentstack.sh/quickstart")
188188
elif args.command in ["templates"]:
189-
webbrowser.open("https://docs.agentstack.sh/quickstart")
189+
webbrowser.open("https://docs.agentstack.sh/templates")
190190
elif args.command in ["init", "i"]:
191191
init_project(args.slug_name, args.template, args.framework, args.wizard)
192192
elif args.command in ["tools", "t"]:

0 commit comments

Comments
 (0)