Skip to content

Commit

Permalink
fix: img path
Browse files Browse the repository at this point in the history
  • Loading branch information
a5chin committed Dec 19, 2024
1 parent bfbfe58 commit 87042e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/devcontainer.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Install Dev Container, a VS Code extension, on VS Code.
Type ++command+shift+x++ on VS Code to open Extensions on the side, then type [`ms-vscode-remote.remote-containers`](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) and install the extension that comes up.

<img align="center" src="/img/devcontainer.png">
<img align="center" src="img/devcontainer.png">
2 changes: 1 addition & 1 deletion docs/getting-started/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ Install Docker from the [official Docker website](https://docker.com/products/do
}
```

<img align="center" src="/img/docker.png">
<img align="center" src="img/docker.png">

0 comments on commit 87042e3

Please sign in to comment.