Skip to content

Commit 6d0c5c1

Browse files
committed
- fixed links minimizing their length, or fixing cross doc link.
- renamed GUID.png -> image.png. - reworked the two lines in one single paragraph. - improved expressions.
1 parent 741afea commit 6d0c5c1

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

docs/devinit/sample-opencv.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The following is the content of the _devcontainer.json_ file.
3535
}
3636
```
3737

38-
The `postCreateCommand` launches the [devinit](docs\devinit\devinit-and-codespaces.md) tool, which consumes _devinit.json_.
38+
The `postCreateCommand` launches the [devinit](devinit-and-codespaces.md) tool, which consumes _devinit.json_.
3939

4040

4141
### devinit.json
@@ -54,16 +54,15 @@ The following is the content of the [_devinit.json_](devinit-json.md) file.
5454
]
5555
}
5656
```
57-
This file needs to be in the same folder as _devcontainer.json_.
58-
The _devinit.json_ is the file consumed by the devinit tool.
57+
The _devinit.json_ is the file consumed by the [devinit](devinit-and-codespaces.md) tool and it must be in the same directory of _devcontainer.json_.
5958

60-
In this sample, the [wsl-install](./tool-wsl-install.md) tool is used to create a WSL instance running Ubuntu 20.04, and provisioning it with essential C++ development tools.
59+
In this sample, the [wsl-install](tool-wsl-install.md) tool is used to create a WSL instance running Ubuntu 20.04, and provisioning it with essential C++ development tools.
6160
## Targeting Windows or Linux
6261

63-
A default configuration targeting Windows is always created a named `x64-Debug`, which allows to build targeting Windows.
62+
A default build configuration targeting Windows is always created named `x64-Debug`, which allows to build targeting Windows.
6463

65-
By adding the mentioned files, upon Codespace instance creation, Visual Studio provisions a new SSH connection in the [Connection Manager](https://docs.microsoft.com/en-us/cpp/linux/connect-to-your-remote-linux-computer?view=vs-2019), and creates a new configuration in the Configuration picker that targets the Ubuntu instance via the SSH connection.
64+
By adding the above mentioned files, upon Codespace instance creation, Visual Studio provisions a new SSH connection in the [Connection Manager](/cpp/linux/connect-to-your-remote-linux-computer), and creates a new configuration in the Configuration picker that targets the Ubuntu instance via the SSH connection.
6665

67-
![Configuration targeting Ubuntu](.\media\350481fa-9935-4f59-8e76-4e232efd2e08.png).
66+
![Configuration targeting Ubuntu](media/wsl_ssh_linux_configuration.png).
6867

6968
By selecting the highlighted configuration that targets WSL, it is possible to build and debug the OpenCV's build targets.

0 commit comments

Comments
 (0)