Skip to content

Commit 08fb290

Browse files
authored
Merge pull request #20450 from v-rajagt/garye-oct-11
Link fixed.
2 parents 138cc59 + e3d6aa3 commit 08fb290

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/machine-learning/package-management/r-package-information.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The following Microsoft R packages are installed with SQL Server Machine Learnin
8989
|---------|---------|-------------|
9090
| [RevoScaleR](/r-server/r-reference/revoscaler/revoscaler) | 9.2 | Used for remote compute contexts, streaming, parallel execution of rx functions for data import and transformation, modeling, visualization, and analysis. |
9191
| [sqlrutils](../r/ref-r-sqlrutils.md) | 1.0.0 | Used for including R script in stored procedures. |
92-
| [MicrosoftML](/r-server/r-reference/microsoftml/microsoftml-package)| 1.4.0 | Adds machine learning algorithms in R. |
92+
| [MicrosoftML](/en-us/sql/machine-learning/r/ref-r-microsoftml)| 1.4.0 | Adds machine learning algorithms in R. |
9393
| [olapR](../r/ref-r-olapr.md) | 1.0.0 | Used for writing MDX statements in R. |
9494

9595
::: moniker-end
@@ -179,4 +179,4 @@ print(packageDescription("MicrosoftML"))
179179
::: moniker-end
180180
::: moniker range=">=sql-server-ver15||>=sql-server-linux-ver15||=azuresqldb-mi-current"
181181
+ [Install new R packages with sqlmlutils](install-additional-r-packages-on-sql-server.md)
182-
::: moniker-end
182+
::: moniker-end

docs/machine-learning/r/ref-r-olapr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Finally, pass the `olapCnn` and query into either `executeMD` or `execute2D` to
6767
> **olapR** requires the Analysis Services OLE DB provider. If you do not have SQL Server Analysis Services installed on your computer, download the provider from Microsoft:
6868
>[Data providers used for Analysis Services connections](/analysis-services/client-libraries)
6969
>
70-
>The exact version you should install for SQL Server 2016 is [here](https://download.microsoft.com/download/8/7/2/872BCECA-C849-4B40-8EBE-21D48CDF1456/ENU/x64/SQL_AS_OLEDB.msi).
70+
>The exact version you should install for SQL Server 2016 is [here](https://download.microsoft.com/download/9/2/B/92BAD988-00C5-4F68-811E-B7FFBE009B00/SQLServer2016SP2-KB4052908-x64-ENU.exe).
7171
>
7272
7373
## Function list
@@ -137,4 +137,4 @@ result2 <- execute2D(olapCnn, mdx)
137137

138138
## See also
139139

140-
[How to create MDX queries using olapR](how-to-create-mdx-queries-using-olapr.md)
140+
[How to create MDX queries using olapR](how-to-create-mdx-queries-using-olapr.md)

0 commit comments

Comments
 (0)