Skip to content

Commit fd65a2a

Browse files
committed
Fix or remove broken links in sql-machine-learning-standalone-windows-install.md
1 parent 36cb361 commit fd65a2a

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

docs/machine-learning/install/sql-machine-learning-standalone-windows-install.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ For local installations, you must run Setup as an administrator. If you install
100100
5. Accept the license terms for downloading and installing base language distributions. When the **Accept** button becomes unavailable, you can click **Next**.
101101

102102
6. On the **Ready to Install** page, verify your selections, and click **Install**.
103-
104-
When installation is finished, see [Custom reports for SQL Server R Services](../r/monitor-r-services-using-custom-reports-in-management-studio.md)
105-
For help with any errors or warnings, see [Upgrade and installation FAQ - Machine Learning Services](../r/upgrade-and-installation-faq-sql-server-r-services.md).
106103
::: moniker-end
107104

108105
::: moniker range="=sql-server-2016"
@@ -136,9 +133,6 @@ For local installations, you must run Setup as an administrator. If you install
136133
5. Accept the license terms for downloading and installing base language distributions. When the **Accept** button becomes unavailable, you can click **Next**.
137134

138135
6. On the **Ready to Install** page, verify your selections, and click **Install**.
139-
140-
When installation is finished, see [Custom reports for SQL Server R Services](../r/monitor-r-services-using-custom-reports-in-management-studio.md)
141-
For help with any errors or warnings, see [Upgrade and installation FAQ - Machine Learning Services](../r/upgrade-and-installation-faq-sql-server-r-services.md).
142136
::: moniker-end
143137

144138
## Set environment variables
@@ -225,14 +219,14 @@ A development IDE is not installed as part of setup. For more information about
225219

226220
R developers can get started with some simple examples, and learn the basics of how R works with SQL Server. For your next step, see the following links:
227221

228-
+ [Tutorial: Run R in T-SQL](../tutorials/quickstart-r-create-script.md)
229-
+ [Tutorial: In-database analytics for R developers](../tutorials/sqldev-in-database-r-for-sql-developers.md)
222+
+ [Quickstart: Run R in T-SQL](../machine-learning/tutorials/quickstart-r-create-script.md)
223+
+ [Tutorial: In-database analytics for R developers](../machine-learning/tutorials/sqldev-in-database-r-for-sql-developers.md)
230224

231225
::: moniker range=">=sql-server-2017||=sqlallproducts-allversions"
232226
Python developers can learn how to use Python with SQL Server by following these tutorials:
233227

234-
+ [Tutorial: Run Python in T-SQL](../tutorials/run-python-using-t-sql.md)
235-
+ [Tutorial: In-database analytics for Python developers](../tutorials/sqldev-in-database-python-for-sql-developers.md)
228+
+ [Python tutorial: Predict ski rental with linear regression in SQL Server Machine Learning Services](../advanced-analytics/tutorials/python-ski-rental-linear-regression-deploy-model.md)
229+
+ [Python tutorial: Categorizing customers using k-means clustering with SQL Server Machine Learning Services](../machine-learning/tutorials/python-clustering-model.md)
236230
::: moniker-end
237231

238232
To view examples of machine learning that are based on real-world scenarios, see [Machine learning tutorials](../tutorials/machine-learning-services-tutorials.md).

0 commit comments

Comments
 (0)