Skip to content

Commit c2476e6

Browse files
authored
Merge pull request #14541 from v-thepet/opslinks4-13-2
BrokenLinkBugs: Fix broken links from OPS report 4/12/20
2 parents 7c8b8d3 + e2e8ac4 commit c2476e6

16 files changed

Lines changed: 20 additions & 20 deletions

docs/2014/tutorials/enterprise-information-management-using-ssis-mds-and-dqs-together-[tutorial].md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ manager: craigg
4848

4949
2. [Configure MDS using Master Data Services Configuration Manager](https://msdn.microsoft.com/library/ee633884.aspx)
5050

51-
Use the Configuration Manager to create and configure a Master Data Services database. After you create the MDS database, create a web application for MDS in a web site (for example: [http://localhost/MDS](http://localhost/MDS)) and associate the MDS database with the MDS web application. Note that, to create an MDS web application, you should have IIS installed on your computer. See [Web Application Requirements (Master Data Services)](https://msdn.microsoft.com/library/ee633744.aspx) and [Database Requirements (Master Data Services)](https://msdn.microsoft.com/library/ee633767.aspx) for details about the prerequisites for configuring MDS database and web application.
51+
Use the Configuration Manager to create and configure a Master Data Services database. After you create the MDS database, create a web application for MDS in a web site (for example: `http://localhost/MDS`) and associate the MDS database with the MDS web application. Note that, to create an MDS web application, you should have IIS installed on your computer. See [Web Application Requirements (Master Data Services)](https://msdn.microsoft.com/library/ee633744.aspx) and [Database Requirements (Master Data Services)](https://msdn.microsoft.com/library/ee633767.aspx) for details about the prerequisites for configuring MDS database and web application.
5252

5353
3. [Install and Configure DQS using Data Quality Server Installer](https://msdn.microsoft.com/library/hh231682.aspx). Click **Start**, click **All Programs**, click **Microsoft SQL Server 2014**, click **Data Quality Services**, and then click **Data Quality Server Installer**.
5454

docs/2014/tutorials/task-1-creating-suppliers-model-using-master-data-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ manager: craigg
1414
# Task 1: Creating Suppliers Model using Master Data Manager
1515
In this task, you create a model named **Suppliers** in MDS using **Master Data Manager**.
1616

17-
1. Navigate to [http://localhost/mds](http://localhost/mds) to launch **Master Data Manager**. Replace the URL if you have configured Web Application with a different name or on a different a web site.
17+
1. Navigate to `http://localhost/MDS` to launch **Master Data Manager**. Replace the URL if you have configured Web Application with a different name or on a different a web site.
1818

1919
![Master Data Manager - System Administation](../../2014/tutorials/media/et-creatingsuppliersmodelusingmdm-01.jpg "Master Data Manager - System Administation")
2020

docs/2014/tutorials/task-1-prerequisite-removing-supplier-data-in-mds.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ manager: craigg
1414
# Task 1 (Prerequisite): Removing Supplier Data in MDS
1515
In this task, you remove the supplier data stored in MDS. You uploaded the data manually using **MDS Excel Add-in** in the previous lesson. The SSIS package you create in this lesson will automatically upload the data to MDS for you. Therefore, before testing the SSIS package, you need to remove the supplier data from MDS, remove the derived hierarchy, remove supplier and state entities, and create the supplier entity with no data.
1616

17-
1. Launch **Master Data Manager** by navigating to **http://localhost/MDS** or the website and application you specified when configuring MDS. If you kept the **Master Data Manager** open, click **SQL Server 2012 Master Data Services** at the top to switch to the **home page**.
17+
1. Launch **Master Data Manager** by navigating to `http://localhost/MDS` or the website and application you specified when configuring MDS. If you kept the **Master Data Manager** open, click **SQL Server 2012 Master Data Services** at the top to switch to the **home page**.
1818

1919
2. Click **System Administration** in the **Administrative Tasks** section.
2020

@@ -44,9 +44,9 @@ manager: craigg
4444

4545
1. Select **Create a new connection**, and click **New** button.
4646

47-
2. In the Add New Connection dialog box, type **Local MDS Server** for **Description** and **http://localhost/MDS** for **MDS server address**, and click **OK** to close the dialog box.
47+
2. In the Add New Connection dialog box, type **Local MDS Server** for **Description** and **http:\//localhost/MDS** for **MDS server address**, and click **OK** to close the dialog box.
4848

49-
15. In **Manage Connections** dialog box, select **Local MDS Server** (http://localhost/MDS), click **Test** to test the connection. Click **OK** on the message box.
49+
15. In **Manage Connections** dialog box, select **Local MDS Server** (`http://localhost/MDS`), click **Test** to test the connection. Click **OK** on the message box.
5050

5151
16. Click **Connect** to make a connection to the MDS server.
5252

docs/2014/tutorials/task-16-verifying-with-master-data-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ manager: craigg
1414
# Task 16: Verifying with Master Data Manager
1515
In this task, you check the status of the batch job submitted by the SSIS package and verify that the data was uploaded to MDS server by using Master Data Manager.
1616

17-
1. Launch **Master Data Manager** ([http://localhost/MDS](http://localhost/MDS)). If it is already open, click **Microsoft SQL Server Master Data Services** at the top to switch to the **home page**.
17+
1. Launch **Master Data Manager** (`http://localhost/MDS`). If it is already open, click **Microsoft SQL Server Master Data Services** at the top to switch to the **home page**.
1818

1919
2. Click **Integration Management**.
2020

docs/2014/tutorials/task-2-optional-creating-a-mds-subscription-view-using-master-data-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ manager: craigg
1414
# Task 2 (Optional): Creating a MDS Subscription View using Master Data Manager
1515
In this task, you create a subscription view to expose the **Supplier** entity in the **Suppliers** model to other applications. You do not consume this view in the current version of the tutorial.
1616

17-
1. Switch to the main page of **Master Data Manager** ([http://localhost/MDS](http://localhost/MDS)) by clicking **SQL Server 2012 Master Data Services** at the top.
17+
1. Switch to the main page of **Master Data Manager** (`http://localhost/MDS`) by clicking **SQL Server 2012 Master Data Services** at the top.
1818

1919
2. Click **Integration Management**.
2020

docs/2014/tutorials/task-2-uploading-supplier-data-to-mds-using-mds-add-in-for-excel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ manager: craigg
2828

2929
1. Select **Create a new connection**, and click **New** button.
3030

31-
2. In the **Add New Connection** dialog box, type **Local MDS Server** for **Description** and **http://localhost/MDS** for **MDS server address**, and click **OK** to close the dialog box.
31+
2. In the **Add New Connection** dialog box, type **Local MDS Server** for **Description** and **http:\//localhost/MDS** for **MDS server address**, and click **OK** to close the dialog box.
3232

33-
6. In **Manage Connections** dialog box, select **Local MDS Server** (http://localhost/MDS), click **Test** to test the connection. Click **OK** on the message box.
33+
6. In **Manage Connections** dialog box, select **Local MDS Server** (`http://localhost/MDS`), click **Test** to test the connection. Click **OK** on the message box.
3434

3535
7. Click **Connect** to connect to the MDS server.
3636

docs/2014/tutorials/task-3-verifying-the-data-in-master-data-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ manager: craigg
1414
# Task 3: Verifying the Data in Master Data Manager
1515
In this task, you verify that the **Supplier** entity is created on **MDS** using **Master Data Manager Web Application**.
1616

17-
1. If **Master Data Manager** is already open, click **SQL Server 2012 Master Data Services** at the top to navigate to the home page. Otherwise, navigate to [http://localhost/mds](http://localhost/mds) to launch **Master Data Manager**.
17+
1. If **Master Data Manager** is already open, click **SQL Server 2012 Master Data Services** at the top to navigate to the home page. Otherwise, navigate to `http://localhost/MDS` to launch **Master Data Manager**.
1818

1919
2. Select **Suppliers** for **Model**, and click **Explorer**.
2020

docs/azure-data-studio/powershell-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ on how to contribute to this extension!
253253
## Maintainers
254254

255255
- [Keith Hill](https://github.com/rkeithhill) - [@r_keith_hill](http://twitter.com/r_keith_hill)
256-
- [Tyler Leonhardt](https://github.com/tylerl0706) - [@TylerLeonhardt](http://twitter.com/tylerleonhardt)
256+
- Tyler Leonhardt - [@TylerLeonhardt](http://twitter.com/tylerleonhardt)
257257
- [Rob Holt](https://github.com/rjmholt)
258258

259259
## License

docs/machine-learning/r/operationalizing-your-r-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This walkthrough provides examples of scoring using a stored procedure in both b
4949

5050
See these solution templates for examples of how to integrate scoring in an application:
5151

52-
+ [Retail forecasting](https://github.com/Microsoft/SQL-Server-R-Services-Samples/blob/master/RetailForecasting/Introduction.md)
52+
+ [Retail forecasting](https://github.com/Microsoft/SQL-Server-R-Services-Samples/blob/master/RetailForecasting/README.md)
5353
+ [Fraud detection](https://github.com/Microsoft/r-server-fraud-detection)
5454
+ [Customer clustering](https://github.com/Microsoft/sql-server-samples/tree/master/samples/features/r-services/getting-started/customer-clustering)
5555

docs/machine-learning/r/performance-case-study-r-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ The following are links to information, tools, and scripts used in the developme
347347

348348
+ Article describing the resume-matching solution: [Optimization tip and tricks for SQL Server R Services](https://azure.microsoft.com/blog/optimization-tips-and-tricks-on-azure-sql-server-for-machine-learning-services/)
349349

350-
+ Scripts used in SQL optimization for resume-matching solution: [GitHub repository](https://github.com/Microsoft/SQL-Server-R-Services-Samples/tree/master/SQLOptimizationTips)
350+
+ Scripts used in SQL optimization for resume-matching solution: [GitHub repository](https://github.com/Microsoft/SQL-Server-R-Services-Samples/tree/master/SQLOptimizationTips-Resume-Matching)
351351

352352
### Learn about Windows server management
353353

0 commit comments

Comments
 (0)