From bbdd8bd7f33b89e1185d06d35f5a8769a210eb6f Mon Sep 17 00:00:00 2001 From: Samuel Date: Fri, 9 Dec 2022 14:26:10 -0800 Subject: [PATCH] Fix broken link for opening tutorial in the editor --- tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorial.md b/tutorial.md index 720fe92..6e12ef6 100644 --- a/tutorial.md +++ b/tutorial.md @@ -109,11 +109,11 @@ In the Markdown for your tutorial, you may include special directives that are s ### Trigger file actions in the text editor -To include a link to open a file for editing, use: +To include a link to open a file for editing, use: ``` + filePath="cloudshell_open/cloud-shell-tutorials/tutorial.md"> open a file for editing ```