Skip to content

Commit 0a5eab3

Browse files
Update embed-cloud-shell.md
Missing closing brackets within the markdown examples.
1 parent 403de20 commit 0a5eab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cloud-shell/embed-cloud-shell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ To integrate Cloud Shell's launch button into markdown files by copying the foll
3737
Regular sized button
3838

3939
```markdown
40-
[![Launch Cloud Shell](https://learn.microsoft.com/azure/cloud-shell/media/embed-cloud-shell/launch-cloud-shell-1.png](https://shell.azure.com)
40+
[![Launch Cloud Shell](https://learn.microsoft.com/azure/cloud-shell/media/embed-cloud-shell/launch-cloud-shell-1.png)](https://shell.azure.com)
4141
```
4242

4343
Large sized button
4444

4545
```markdown
46-
[![Launch Cloud Shell](https://learn.microsoft.com/azure/cloud-shell/media/embed-cloud-shell/launch-cloud-shell-2.png](https://shell.azure.com)
46+
[![Launch Cloud Shell](https://learn.microsoft.com/azure/cloud-shell/media/embed-cloud-shell/launch-cloud-shell-2.png)](https://shell.azure.com)
4747
```
4848

4949
The location of these image files is subject to change. We recommend that you download the files for

0 commit comments

Comments
 (0)