Skip to content

Commit

Permalink
Fix docs URL in pyflyte init
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Weber <bryan@huntedlabs.io>
  • Loading branch information
bryan-hunted committed Oct 16, 2024
1 parent f164191 commit d4b937f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytekit/clis/sdk_in_container/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ def init(template, project_name):
dest_file.write(processed_contents)

click.echo(
f"Visit the {project_name} directory and follow the next steps in the Getting started guide (https://docs.flyte.org/en/latest/getting_started_with_workflow_development/index.html) to proceed."
f"Visit the {project_name} directory and follow the next steps in the Getting started guide (https://docs.flyte.org/en/latest/user_guide/getting_started_with_workflow_development/index.html) to proceed."
)

0 comments on commit d4b937f

Please sign in to comment.