From b1344102ad6c68b595e85800f801e478a90ef2fc Mon Sep 17 00:00:00 2001 From: nikki everett Date: Fri, 1 Dec 2023 11:02:07 -0600 Subject: [PATCH] more improvements to running workflows article Signed-off-by: nikki everett --- docs/getting_started/running_workflows_locally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/running_workflows_locally.md b/docs/getting_started/running_workflows_locally.md index 0949d1bc3..94bf5d839 100644 --- a/docs/getting_started/running_workflows_locally.md +++ b/docs/getting_started/running_workflows_locally.md @@ -54,7 +54,7 @@ pyflyte run --remote example.py training_workflow \ --hyperparameters '{"C": 0.1}' ``` -You should see a URL to the workflow execution on your demo Flyte cluster. is a unique identifier for the workflow execution: +You should see a URL to the workflow execution on your demo Flyte cluster. `` is a unique identifier for the workflow execution: ```{prompt} bash $ Go to http://localhost:30080/console/projects/flytesnacks/domains/development/executions/ to see execution in the console.