Skip to content

Commit 4b04dda

Browse files
committed
Fix anchor link
1 parent b38ae81 commit 4b04dda

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/linux/connect-to-your-remote-linux-computer.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To build the project, Visual Studio copies the source code to your remote Linux
4141

4242
::: moniker range=">=msvc-150"
4343

44-
## Set up the SSH server on the remote Linux system
44+
## Set up the SSH server on the remote machine
4545

4646
If `ssh` isn't already set up and running on your Linux system, follow these steps to install it. The examples in this article use Ubuntu 18.04 LTS with OpenSSH server version 7.6. However, the instructions should be the same for any distro using a moderately recent version of OpenSSH.
4747

@@ -58,9 +58,9 @@ If `ssh` isn't already set up and running on your Linux system, follow these ste
5858
sudo systemctl enable ssh
5959
```
6060

61-
## Set up the remote connection from your local machine
61+
## Set up the remote connection
6262

63-
1. In Visual Studio on your Windows system, choose **Tools > Options** on the menu bar to open the **Options** dialog. Then select **Cross Platform > Connection Manager** to open the Connection Manager dialog.
63+
1. In Visual Studio on your local Windows system, choose **Tools > Options** on the menu bar to open the **Options** dialog. Then select **Cross Platform > Connection Manager** to open the Connection Manager dialog.
6464

6565
If you haven't set up a connection in Visual Studio before, when you build your project for the first time, Visual Studio opens the Connection Manager dialog for you.
6666

@@ -191,7 +191,7 @@ For example: `KexAlgorithms ecdh-sha2-nistp256,ecdh-sha2-nistp384`
191191
Add: `HostKeyAlgorithms <algorithms to enable>`
192192
For example: `HostKeyAlgorithms ecdsa-sha2-nistp256,ecdsa-sha2-nistp384`
193193

194-
## Logging for remote connections
194+
## Set up logging for remote connections
195195

196196
You can enable logging to help troubleshoot connection problems. On the menu bar, select **Tools > Options**. In the **Options** dialog, select **Cross Platform > Logging**:
197197

@@ -211,7 +211,7 @@ You can configure the output to go to a file or to the **Cross Platform Logging*
211211

212212
::: moniker range=">=msvc-150"
213213

214-
## TCP Port Forwarding
214+
## TCP port forwarding
215215

216216
The `rsync` command is used by both MSBuild-based Linux projects and CMake projects to [copy headers from your remote system to Windows for use by IntelliSense](configure-a-linux-project.md#remote_intellisense). When you can't enable TCP port forwarding, disable the automatic download of remote headers. To disable it, use **Tools > Options > Cross Platform > Connection Manager > Remote Headers IntelliSense Manager**. If the remote system doesn't have TCP port forwarding enabled, this error appears when the download of remote headers for IntelliSense begins:
217217

docs/windows/creating-an-icon-or-other-image-image-editor-for-icons.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@ The hot spot of a cursor is the point to which Windows refers in tracking the cu
190190

191191
The **Hotspot** property in the **Properties** window displays the new coordinates.
192192

193-
### To create and save a bitmap as a .gif or .jpeg
193+
### To create and save a bitmap as GIF or JPEG
194194

195-
When you create a bitmap, the image is created in bitmap format (*`.bmp`*). You can, however, save the image as a GIF or JPEG or in other graphic formats.
195+
When you create a bitmap, the image is created in bitmap format (*`.bmp`*). You can, however, save the image as a *`.gif`* or *`.jpeg`* or in other graphic formats.
196196

197197
> [!NOTE]
198198
> This process doesn't apply to icons and cursors.

0 commit comments

Comments
 (0)