Skip to content

Commit 29572ed

Browse files
committed
download links
1 parent c16f35a commit 29572ed

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/app-service/app-service-hybrid-connections.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,16 +124,15 @@ This tool runs on both Windows and Linux. On Windows, the Hybrid Connection Mana
124124
To install the Hybrid Connection Manager on Windows, download the MSI package and follow the installation instructions.
125125

126126
> [!div class="nextstepaction"]
127-
> [Windows download](https://aka.ms/appservice/hcm/windows)
127+
> [Windows download](https://download.microsoft.com/download/HybridConnectionManager-Windows.msi)
128128
129129
To install the Hybrid Connection Manager on Linux, from your terminal running as administrator:
130130

131-
<!-- update download link when out of preview -->
132131
```bash
133132
sudo apt update
134133
sudo apt install tar gzip build-essential
135-
wget "https://download.microsoft.com/download/HybridConnectionManager-Linux-preview.tar.gz"
136-
tar -xf HybridConnectionManager-Linux-preview.tar.gz
134+
wget "https://download.microsoft.com/download/HybridConnectionManager-Linux.tar.gz"
135+
tar -xf HybridConnectionManager-Linux.tar.gz
137136
cd HybridConnectionManager/
138137
sudo chmod 755 setup.sh
139138
sudo ./setup.sh

0 commit comments

Comments
 (0)