Skip to content

Commit 219996e

Browse files
ppiegazepingsutw
andauthored
Remove hardcoded ref to docs (flyteorg#3068)
Signed-off-by: Peeter Piegaze <1153481+ppiegaze@users.noreply.github.com> Signed-off-by: Kevin Su <pingsutw@apache.org> Co-authored-by: Kevin Su <pingsutw@apache.org>
1 parent bd5679e commit 219996e

File tree

1 file changed

+1
-3
lines changed
  • flytekit/clis/sdk_in_container

1 file changed

+1
-3
lines changed

flytekit/clis/sdk_in_container/init.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,4 @@ def init(template, project_name):
5757
processed_contents = project_template_regex.sub(project_name_bytes, zip_contents)
5858
dest_file.write(processed_contents)
5959

60-
click.echo(
61-
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."
62-
)
60+
click.echo(f"Project initialized in directory {project_name}.")

0 commit comments

Comments
 (0)