Skip to content

Commit c26f100

Browse files
author
MightyPen
committed
Fixed link errors.
1 parent 3b92a8e commit c26f100

26 files changed

Lines changed: 74 additions & 74 deletions

docs/ado/new-updated-ado.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ This section lists very similar articles for recently updated articles in other
111111
- [New + Updated (0+0): **Multidimensional Expressions (MDX) for SQL** docs](../mdx/new-updated-mdx.md)
112112
- [New + Updated (0+0): **ODBC (Open Database Connectivity) for SQL** docs](../odbc/new-updated-odbc.md)
113113
- [New + Updated (0+0): **PowerShell for SQL** docs](../powershell/new-updated-powershell.md)
114-
- [New + Updated (0+0): **Samples for SQL** docs](../sample/new-updated-samples.md)
114+
- [New + Updated (0+0): **Samples for SQL** docs](../samples/new-updated-samples.md)
115115
- [New + Updated (0+0): **SQL Server Migration Assistant (SSMA)** docs](../ssma/new-updated-ssma.md)
116116
- [New + Updated (0+0): **XQuery for SQL** docs](../xquery/new-updated-xquery.md)
117117

docs/advanced-analytics/new-updated-advanced-analytics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ Traditionally data scientists using R have had problems with both performance an
274274

275275
**Resources**
276276

277-
+ [Performance Case Study](docs/advanced-analytics/r/../../advanced-analytics/r/performance-case-study-r-services.md)
278-
+ [R and Data Optimization](docs/advanced-analytics/r/../../advanced-analytics/r/r-and-data-optimization-r-services.md)
277+
+ [Performance Case Study]
278+
+ [R and Data Optimization]
279279

280280
**Step 5: Deploy and Consume**
281281

@@ -440,7 +440,7 @@ This section lists very similar articles for recently updated articles in other
440440
- [New + Updated (0+0): **Multidimensional Expressions (MDX) for SQL** docs](../mdx/new-updated-mdx.md)
441441
- [New + Updated (0+0): **ODBC (Open Database Connectivity) for SQL** docs](../odbc/new-updated-odbc.md)
442442
- [New + Updated (0+0): **PowerShell for SQL** docs](../powershell/new-updated-powershell.md)
443-
- [New + Updated (0+0): **Samples for SQL** docs](../sample/new-updated-samples.md)
443+
- [New + Updated (0+0): **Samples for SQL** docs](../samples/new-updated-samples.md)
444444
- [New + Updated (0+0): **SQL Server Migration Assistant (SSMA)** docs](../ssma/new-updated-ssma.md)
445445
- [New + Updated (0+0): **XQuery for SQL** docs](../xquery/new-updated-xquery.md)
446446

docs/analysis-services/new-updated-analysis-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ This section lists very similar articles for recently updated articles in other
128128
- [New + Updated (0+0): **Multidimensional Expressions (MDX) for SQL** docs](../mdx/new-updated-mdx.md)
129129
- [New + Updated (0+0): **ODBC (Open Database Connectivity) for SQL** docs](../odbc/new-updated-odbc.md)
130130
- [New + Updated (0+0): **PowerShell for SQL** docs](../powershell/new-updated-powershell.md)
131-
- [New + Updated (0+0): **Samples for SQL** docs](../sample/new-updated-samples.md)
131+
- [New + Updated (0+0): **Samples for SQL** docs](../samples/new-updated-samples.md)
132132
- [New + Updated (0+0): **SQL Server Migration Assistant (SSMA)** docs](../ssma/new-updated-ssma.md)
133133
- [New + Updated (0+0): **XQuery for SQL** docs](../xquery/new-updated-xquery.md)
134134

docs/analytics-platform-system/new-updated-analytics-platform-system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ This section lists very similar articles for recently updated articles in other
111111
- [New + Updated (0+0): **Multidimensional Expressions (MDX) for SQL** docs](../mdx/new-updated-mdx.md)
112112
- [New + Updated (0+0): **ODBC (Open Database Connectivity) for SQL** docs](../odbc/new-updated-odbc.md)
113113
- [New + Updated (0+0): **PowerShell for SQL** docs](../powershell/new-updated-powershell.md)
114-
- [New + Updated (0+0): **Samples for SQL** docs](../sample/new-updated-samples.md)
114+
- [New + Updated (0+0): **Samples for SQL** docs](../samples/new-updated-samples.md)
115115
- [New + Updated (0+0): **SQL Server Migration Assistant (SSMA)** docs](../ssma/new-updated-ssma.md)
116116
- [New + Updated (0+0): **XQuery for SQL** docs](../xquery/new-updated-xquery.md)
117117

docs/connect/new-updated-connect.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ Support for Java Development Kit (JDK) version 9.0 in addition to JDK 8.0 and 7.
409409

410410
**JDBC 4.3 compliance**
411411

412-
Support for Java Database Connectivity API 4.3 specification, in addition to 4.1 and 4.2. The JDBC 4.3 API methods are added but not implemented yet. For details see [JDBC 4.3 Compliance for the JDBC Driver](docs/connect/jdbc/../../connect/jdbc/jdbc-4-3-compliance-for-the-jdbc-driver.md).
412+
Support for Java Database Connectivity API 4.3 specification, in addition to 4.1 and 4.2. The JDBC 4.3 API methods are added but not implemented yet. For details see [JDBC 4.3 Compliance for the JDBC Driver].
413413

414414
**Added new connection property: sslProtocol**
415415

@@ -609,7 +609,7 @@ CREATE TABLE [dbo].[Patients](docs/connect/jdbc/[PatientId] [int] IDENTITY(1,1),
609609

610610
- [OS X 10.11 and macOS 10.12, 10.13 Homebrew formulae](docs/connect/odbc/https://github.com/Microsoft/homebrew-mssql-release)
611611

612-
See also [Installing the Driver](docs/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server.md).
612+
See also [Installing the Driver].
613613

614614

615615

@@ -719,15 +719,15 @@ curl https://packages.microsoft.com/config/rhel/6/prod.repo > /etc/yum.repos.d/m
719719

720720
**Features Added**:
721721

722-
Support for `SQL_COPT_SS_CEKCACHETTL` and `SQL_COPT_SS_TRUSTEDCMKPATHS` connection attributes (For more information, see [Using Always Encrypted with the ODBC Driver for SQL Server](docs/connect/odbc/linux-mac/../using-always-encrypted-with-the-odbc-driver.md))
722+
Support for `SQL_COPT_SS_CEKCACHETTL` and `SQL_COPT_SS_TRUSTEDCMKPATHS` connection attributes (For more information, see [Using Always Encrypted with the ODBC Driver for SQL Server])
723723
- `SQL_COPT_SS_CEKCACHETTL` Allows controlling the time that the local cache of Column Encryption Keys exists, as well as flushing it
724724
- `SQL_COPT_SS_TRUSTEDCMKPATHS` Allows the application to restrict AE operations to only use the specified list of Column Master Keys
725725

726726

727727

728-
Support for loading the `.rll` from default location (For more information, see ['Resource File Loading' section in the Installation document](docs/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server.md#resource-file-loading))
728+
Support for loading the `.rll` from default location (For more information, see ['Resource File Loading' section in the Installation document])
729729

730-
[Bug fixes](docs/connect/odbc/linux-mac/../bug-fixes.md)
730+
[Bug fixes]
731731

732732

733733

@@ -780,14 +780,14 @@ Support for Azure SQL Managed Instance (Extended Private Preview).
780780

781781
**Features Added**:
782782

783-
Support for `SQL_COPT_SS_CEKCACHETTL` and `SQL_COPT_SS_TRUSTEDCMKPATHS` connection attributes (For more information, see [Using Always Encrypted with the ODBC Driver for SQL Server](docs/connect/odbc/windows/../using-always-encrypted-with-the-odbc-driver.md))
783+
Support for `SQL_COPT_SS_CEKCACHETTL` and `SQL_COPT_SS_TRUSTEDCMKPATHS` connection attributes (For more information, see [Using Always Encrypted with the ODBC Driver for SQL Server])
784784
- `SQL_COPT_SS_CEKCACHETTL` Allows controlling the time that the local cache of Column Encryption Keys exists, as well as flushing it
785785
- `SQL_COPT_SS_TRUSTEDCMKPATHS` Allows the application to restrict AE operations to only use the specified list of Column Master Keys
786786

787787

788788
Azure Active Directory Interactive Authentication Support
789789

790-
[Bug fixes](docs/connect/odbc/windows/../bug-fixes.md)
790+
[Bug fixes]
791791

792792

793793
**What's New in the *{Included-Content-Goes-Here}* ODBC Driver 17 for SQL Server on Windows**
@@ -837,7 +837,7 @@ Support for Azure SQL Managed Instance (Extended Private Preview).
837837

838838

839839
> [!NOTE]
840-
> When binding an input/output parameter to a bigint type, if the value may end up outside the range of an [integer](docs/connect/php/../../t-sql/data-types/int-bigint-smallint-and-tinyint-transact-sql.md), you will need to specify its SQL field type as SQLSRV_SQLTYPE_BIGINT. Otherwise, it may result in a "value out of range" exception.
840+
> When binding an input/output parameter to a bigint type, if the value may end up outside the range of an [integer], you will need to specify its SQL field type as SQLSRV_SQLTYPE_BIGINT. Otherwise, it may result in a "value out of range" exception.
841841
842842
**Example**
843843

@@ -892,7 +892,7 @@ sqlsrv_close($conn);
892892

893893

894894
> [!NOTE]
895-
> When binding an output parameter to a bigint value, if the value may end up outside the range of an [integer](docs/connect/php/../../t-sql/data-types/int-bigint-smallint-and-tinyint-transact-sql.md), you will need to specify its SQL field type as SQLSRV_SQLTYPE_BIGINT. Otherwise, it may result in a "value out of range" exception.
895+
> When binding an output parameter to a bigint value, if the value may end up outside the range of an [integer], you will need to specify its SQL field type as SQLSRV_SQLTYPE_BIGINT. Otherwise, it may result in a "value out of range" exception.
896896
897897
**Example**
898898

@@ -1016,7 +1016,7 @@ This page discusses what was added in each version of the *{Included-Content-Go
10161016
- Version 17 is now the default on all platforms
10171017
- Support for Ubuntu 17.10, Debian 9, and Suse Enterprise Linux 12
10181018
- Dropped support for Ubuntu 15.10
1019-
- Support for Always Encrypted with CRUD functionalities on Windows. For more information, see [Using Always Encrypted with the PHP Drivers for SQL Server](docs/connect/php/../../connect/php/using-always-encrypted-php-drivers.md)
1019+
- Support for Always Encrypted with CRUD functionalities on Windows. For more information, see [Using Always Encrypted with the PHP Drivers for SQL Server]
10201020
- Support for Windows Certificate Store
10211021
- Always Encrypted is only supported with Microsoft ODBC Driver 17 and above
10221022
- Support for non-UTF8 locales on Linux and macOS
@@ -1111,7 +1111,7 @@ This section lists very similar articles for recently updated articles in other
11111111
- [New + Updated (0+0): **Multidimensional Expressions (MDX) for SQL** docs](../mdx/new-updated-mdx.md)
11121112
- [New + Updated (0+0): **ODBC (Open Database Connectivity) for SQL** docs](../odbc/new-updated-odbc.md)
11131113
- [New + Updated (0+0): **PowerShell for SQL** docs](../powershell/new-updated-powershell.md)
1114-
- [New + Updated (0+0): **Samples for SQL** docs](../sample/new-updated-samples.md)
1114+
- [New + Updated (0+0): **Samples for SQL** docs](../samples/new-updated-samples.md)
11151115
- [New + Updated (0+0): **SQL Server Migration Assistant (SSMA)** docs](../ssma/new-updated-ssma.md)
11161116
- [New + Updated (0+0): **XQuery for SQL** docs](../xquery/new-updated-xquery.md)
11171117

docs/data-quality-services/new-updated-data-quality-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ This section lists very similar articles for recently updated articles in other
111111
- [New + Updated (0+0): **Multidimensional Expressions (MDX) for SQL** docs](../mdx/new-updated-mdx.md)
112112
- [New + Updated (0+0): **ODBC (Open Database Connectivity) for SQL** docs](../odbc/new-updated-odbc.md)
113113
- [New + Updated (0+0): **PowerShell for SQL** docs](../powershell/new-updated-powershell.md)
114-
- [New + Updated (0+0): **Samples for SQL** docs](../sample/new-updated-samples.md)
114+
- [New + Updated (0+0): **Samples for SQL** docs](../samples/new-updated-samples.md)
115115
- [New + Updated (0+0): **SQL Server Migration Assistant (SSMA)** docs](../ssma/new-updated-ssma.md)
116116
- [New + Updated (0+0): **XQuery for SQL** docs](../xquery/new-updated-xquery.md)
117117

docs/database-engine/new-updated-database-engine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ This section lists very similar articles for recently updated articles in other
124124
- [New + Updated (0+0): **Multidimensional Expressions (MDX) for SQL** docs](../mdx/new-updated-mdx.md)
125125
- [New + Updated (0+0): **ODBC (Open Database Connectivity) for SQL** docs](../odbc/new-updated-odbc.md)
126126
- [New + Updated (0+0): **PowerShell for SQL** docs](../powershell/new-updated-powershell.md)
127-
- [New + Updated (0+0): **Samples for SQL** docs](../sample/new-updated-samples.md)
127+
- [New + Updated (0+0): **Samples for SQL** docs](../samples/new-updated-samples.md)
128128
- [New + Updated (0+0): **SQL Server Migration Assistant (SSMA)** docs](../ssma/new-updated-ssma.md)
129129
- [New + Updated (0+0): **XQuery for SQL** docs](../xquery/new-updated-xquery.md)
130130

docs/dma/new-updated-dma.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This section lists very similar articles for recently updated articles in other
3434
- [New + Updated (0+0): **Multidimensional Expressions (MDX) for SQL** docs](../mdx/new-updated-mdx.md)
3535
- [New + Updated (0+0): **ODBC (Open Database Connectivity) for SQL** docs](../odbc/new-updated-odbc.md)
3636
- [New + Updated (0+0): **PowerShell for SQL** docs](../powershell/new-updated-powershell.md)
37-
- [New + Updated (0+0): **Samples for SQL** docs](../sample/new-updated-samples.md)
37+
- [New + Updated (0+0): **Samples for SQL** docs](../samples/new-updated-samples.md)
3838
- [New + Updated (0+0): **SQL Server Migration Assistant (SSMA)** docs](../ssma/new-updated-ssma.md)
3939
- [New + Updated (0+0): **XQuery for SQL** docs](../xquery/new-updated-xquery.md)
4040

docs/dmx/new-updated-dmx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ This section lists very similar articles for recently updated articles in other
111111
- [New + Updated (0+0): **Multidimensional Expressions (MDX) for SQL** docs](../mdx/new-updated-mdx.md)
112112
- [New + Updated (0+0): **ODBC (Open Database Connectivity) for SQL** docs](../odbc/new-updated-odbc.md)
113113
- [New + Updated (0+0): **PowerShell for SQL** docs](../powershell/new-updated-powershell.md)
114-
- [New + Updated (0+0): **Samples for SQL** docs](../sample/new-updated-samples.md)
114+
- [New + Updated (0+0): **Samples for SQL** docs](../samples/new-updated-samples.md)
115115
- [New + Updated (0+0): **SQL Server Migration Assistant (SSMA)** docs](../ssma/new-updated-ssma.md)
116116
- [New + Updated (0+0): **XQuery for SQL** docs](../xquery/new-updated-xquery.md)
117117

docs/integration-services/new-updated-integration-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ For a complete installation of *{Included-Content-Goes-Here}* , select the comp
102102
- 32-bit and 64-bit SSIS components.
103103
- Installing SSIS does **not** install the tools required to design and develop SSIS packages.
104104
- **SQL Server Database Engine**. Install the Database Engine with the SQL Server Setup wizard. Selecting the Database Engine lets you create and host the SSIS Catalog database, `SSISDB`, to store, manage, run, and monitor SSIS packages.
105-
- **SQL Server Data Tools (SSDT)**. To download and install SSDT, see [Download SQL Server Data Tools (SSDT)](docs/integration-services/install-windows/../../ssdt/download-sql-server-data-tools-ssdt.md). Installing SSDT lets you design and deploy SSIS packages. SSDT installs the following things:
105+
- **SQL Server Data Tools (SSDT)**. To download and install SSDT, see [Download SQL Server Data Tools (SSDT)]. Installing SSDT lets you design and deploy SSIS packages. SSDT installs the following things:
106106
- The SSIS package design and development tools, including SSIS Designer.
107107
- 32-bit SSIS components only.
108108
- A limited version of Visual Studio (if a Visual Studio edition is not already installed).
@@ -226,7 +226,7 @@ This section lists very similar articles for recently updated articles in other
226226
- [New + Updated (0+0): **Multidimensional Expressions (MDX) for SQL** docs](../mdx/new-updated-mdx.md)
227227
- [New + Updated (0+0): **ODBC (Open Database Connectivity) for SQL** docs](../odbc/new-updated-odbc.md)
228228
- [New + Updated (0+0): **PowerShell for SQL** docs](../powershell/new-updated-powershell.md)
229-
- [New + Updated (0+0): **Samples for SQL** docs](../sample/new-updated-samples.md)
229+
- [New + Updated (0+0): **Samples for SQL** docs](../samples/new-updated-samples.md)
230230
- [New + Updated (0+0): **SQL Server Migration Assistant (SSMA)** docs](../ssma/new-updated-ssma.md)
231231
- [New + Updated (0+0): **XQuery for SQL** docs](../xquery/new-updated-xquery.md)
232232

0 commit comments

Comments
 (0)