Skip to content

Commit 7c6088d

Browse files
committed
Change links to point to releases
Change link to https://github.com/microsoft/sql-server-language-extensions/releases
1 parent a09465a commit 7c6088d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/machine-learning/install/custom-runtime-python.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Append the instance name to `MSSQLLAUNCHPAD` (`MSSQLLAUNCHPAD$INSTANCENAME`). In
111111
2. Give permissions to **SID S-1-15-2-1**.
112112
```cmd
113113
icacls "%PYTHONHOME%" /grant *S-1-15-2-1:(OI)(CI)RX /T
114-
114+
115115
>[!NOTE]
116116
>The preceding command grants permissions to the computer **SID S-1-15-2-1**, which is equivalent to ALL APPLICATION PACKAGES on an English version of Windows. Alternatively, you can use `icacls "%R_HOME%" /grant "ALL APPLICATION PACKAGES":(OI)(CI)RX /T` on an English version of Windows.
117117
@@ -128,7 +128,7 @@ Alternatively, right-click the SQL Server Launchpad service in the **Services**
128128

129129
## Download Python language extension
130130

131-
Download the zip file containing the Python language extension, [python-lang-extension.zip](https://go.microsoft.com/fwlink/?linkid=2143952).
131+
Download the zip file containing the Python language extension, [python-lang-extension.zip](https://github.com/microsoft/sql-server-language-extensions/releases).
132132

133133
## Register external language
134134

@@ -274,7 +274,7 @@ sudo systemctl restart mssql-launchpadd
274274
```
275275
## <a name="download-python-linux"></a> Download Python language extension
276276

277-
Download the zip file containing the Python language extension, [python-lang-extension.zip](https://go.microsoft.com/fwlink/?linkid=2143793).
277+
Download the zip file containing the Python language extension, [python-lang-extension.zip](https://github.com/microsoft/sql-server-language-extensions/releases).
278278

279279
## Register external language
280280

docs/machine-learning/install/custom-runtime-r.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ As an alternative, right-click the SQL Server Launchpad service in the **Service
158158

159159
## Download R language extension
160160

161-
Download the zip file containing the R language extension [R-lang-extension.zip](https://go.microsoft.com/fwlink/?linkid=2143953).
161+
Download the zip file containing the R language extension [R-lang-extension.zip](https://github.com/microsoft/sql-server-language-extensions/releases).
162162

163163
## Register external language
164164

@@ -337,7 +337,7 @@ sudo systemctl restart mssql-launchpadd
337337

338338
## Download R language extension
339339

340-
Download the zip file containing the R language extension [R-lang-extension.zip](https://go.microsoft.com/fwlink/?linkid=2143954).
340+
Download the zip file containing the R language extension [R-lang-extension.zip](https://github.com/microsoft/sql-server-language-extensions/releases).
341341

342342
## Register external language
343343

0 commit comments

Comments
 (0)