Skip to content

Commit e32a849

Browse files
committed
Remove reference to removed logo (microsoft/vscode#233403)
1 parent 771d0ce commit e32a849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/devcontainers/create-dev-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ You may also add a badge or link in your repository so that users can easily ope
446446
As an example, a badge to open [https://github.com/microsoft/vscode-remote-try-java](https://github.com/microsoft/vscode-remote-try-java) would look like:
447447

448448
```markdown
449-
[![Open in Dev Containers](https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/microsoft/vscode-remote-try-java)
449+
[![Open in Dev Containers](https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/microsoft/vscode-remote-try-java)
450450
```
451451

452452
You can also include an `open in dev container` link directly:

0 commit comments

Comments
 (0)