Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <walkthrough-editor-open-file filePath="cloud-shell-tutorials/tutorial.md">open a file for editing</walkthrough-editor-open-file>, use:
To include a link to <walkthrough-editor-open-file filePath="cloudshell_open/cloud-shell-tutorials/tutorial.md">open a file for editing</walkthrough-editor-open-file>, use:

```
<walkthrough-editor-open-file
filePath="cloud-shell-tutorials/tutorial.md">
filePath="cloudshell_open/cloud-shell-tutorials/tutorial.md">
open a file for editing
</walkthrough-editor-open-file>
```
Expand Down