Skip to content

Commit 32fa687

Browse files
authored
Merge pull request #34770 from markingmyname/sqlbl
[Broken links] Fix broken links from build report
2 parents 69ef5c5 + a610f9d commit 32fa687

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/integration-services/control-flow/azure-data-lake-analytics-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To add a Data Lake Analytics task to a package, drag the task from SSIS Toolbox
2929

3030
## General page configuration
3131

32-
Use the **General** page to configure the task and provide the U-SQL script that the task submits. To learn more about the U-SQL language, see [U-SQL language reference](/u-sql/).
32+
Use the **General** page to configure the task and provide the U-SQL script that the task submits.
3333

3434
### Basic configuration
3535

docs/machine-learning/install/sql-pretrained-models-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ The following link includes example code invoking the pretrained models.
205205
206206
## Research and resources
207207
208-
Currently the models that are available are deep neural network (DNN) models for sentiment analysis and image classification. All pretrained models were trained by using Microsoft's [Computation Network Toolkit (CNTK)](https://cntk.azurewebsites.net/Features/Index.html).
208+
Currently the models that are available are deep neural network (DNN) models for sentiment analysis and image classification. All pretrained models were trained by using Microsoft's [Computation Network Toolkit (CNTK)](https://github.com/microsoft/CNTK).
209209

210210
The configuration of each network was based on the following reference implementations:
211211

docs/machine-learning/package-management/install-python-packages-standard-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@ import cntk
118118

119119
+ [Get Python package information](python-package-information.md)
120120
+ [Python tutorials for SQL Server Machine Learning Services](../tutorials/python-tutorials.md)
121-
+ [Python API for CNTK](https://cntk.ai/pythondocs/tutorials.html).
121+
+ [Python API for CNTK](https://github.com/microsoft/CNTK)

0 commit comments

Comments
 (0)