Skip to content

Commit 445c010

Browse files
committed
Clean up broken links.
1 parent abf8d28 commit 445c010

5 files changed

Lines changed: 13 additions & 10 deletions

File tree

docs/linux/sql-server-linux-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ These commands download the newest package and replace the binaries located unde
103103

104104
To rollback or downgrade SQL Server to a previous release, use the following steps:
105105

106-
1. Identify the version number for the SQL Server package you want to downgrade to. For a list of package numbers, see the [Release notes](../../linux/sql-server-linux-release-notes.md).
106+
1. Identify the version number for the SQL Server package you want to downgrade to. For a list of package numbers, see the [Release notes](../linux/sql-server-linux-release-notes.md).
107107

108108
1. Downgrade to a previous version of SQL Server. In the following commands, replace `<version_number>` with the SQL Server version number you identified in step one.
109109

@@ -172,7 +172,7 @@ If your Linux machine does not have access to the online repositories used in th
172172
> [!TIP]
173173
> If you successfully installed with the steps in the quick starts, you do not need to download or manually install the SQL Server package(s). This section is only for the offline scenario.
174174
175-
1. **Download the database engine package for your platform**. Find package download links in the package details section of the [Release Notes](../../linux/sql-server-linux-release-notes.md).
175+
1. **Download the database engine package for your platform**. Find package download links in the package details section of the [Release Notes](../linux/sql-server-linux-release-notes.md).
176176

177177
1. **Move the downloaded package to your Linux machine**. If you used a different machine to download the packages, one way to move the packages to your Linux machine is with the **scp** command.
178178

docs/relational-databases/polybase/polybase-configure-oracle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ The following Transact-SQL commands are used in this section:
6868
CREATE STATISTICS statistics_name ON customer (C_CUSTKEY) WITH FULLSCAN;
6969
```
7070

71-
>[!IMPORTANT] Once the external data Source is configured, you must [CREATE EXTERNAL TABLE](../../t-sql/statements/create-external-table-transact-sql.md) to validate that the external data source has the correct connection information.
72-
71+
>[!IMPORTANT]
72+
>Once the external data source is configured, you must [CREATE EXTERNAL TABLE](../../t-sql/statements/create-external-table-transact-sql.md) to validate that the external data source has the correct connection information.
7373
7474
For more information and examples, see the following articles:
7575

docs/relational-databases/polybase/polybase-configure-sql-server.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ The following Transact-SQL commands are used in this section:
7272
CREATE STATISTICS statistics_name ON customer (C_CUSTKEY) WITH FULLSCAN;
7373
```
7474

75-
>[!IMPORTANT] Once the external data Source is configured, you must [CREATE EXTERNAL TABLE](../../t-sql/statements/create-external-table-transact-sql.md) to validate that the external data source has the correct connection information.
75+
>[!IMPORTANT]
76+
>Once the external data Source is configured, you must [CREATE EXTERNAL TABLE](../../t-sql/statements/create-external-table-transact-sql.md) to validate that the external data source has the correct connection information.
7677

7778
## SQL Server connector compatible types
7879

docs/relational-databases/polybase/polybase-linux-setup.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ You will be prompted to restart the SQL Server instance. Use the following comma
4545
sudo systemctl restart mssql-server
4646
```
4747

48-
>[!NOTE] After installation, you must [enable the PolyBase feature](#enable).
48+
>[!NOTE]
49+
>After installation, you must [enable the PolyBase feature](#enable).
4950
50-
If you need an offline installation, locate the PolyBase package download in the [Release notes](../../linux/sql-server-linux-release-notes.md). Then use the same offline installation steps described in the article [Install SQL Server](sql-server-linux-setup.md#offline).
51+
If you need an offline installation, locate the PolyBase package download in the [Release notes](../../linux/sql-server-linux-release-notes.md). Then use the same offline installation steps described in the article [Install SQL Server](../../linux/sql-server-linux-setup.md#offline).
5152

5253
## <a name="ubuntu">Install on Ubuntu</a>
5354

@@ -66,7 +67,7 @@ sudo systemctl restart mssql-server
6667
>[!NOTE]
6768
>After installation, you must [enable the PolyBase feature](#enable).
6869
69-
If you need an offline installation, locate the PolyBase package download in the [Release notes](../../linux/sql-server-linux-release-notes.md). Then use the same offline installation steps described in the article [Install SQL Server](sql-server-linux-setup.md#offline).
70+
If you need an offline installation, locate the PolyBase package download in the [Release notes](../../linux/sql-server-linux-release-notes.md). Then use the same offline installation steps described in the article [Install SQL Server](../../linux/sql-server-linux-setup.md#offline).
7071

7172
## <a name="SLES">Install on SLES</a>
7273

@@ -86,7 +87,7 @@ sudo systemctl restart mssql-server
8687
>After installation, you must [enable the PolyBase feature](#enable).
8788
8889

89-
If you need an offline installation, locate the PolyBase package download in the [Release notes](../../linux/sql-server-linux-release-notes.md). Then use the same offline installation steps described in the article [Install SQL Server](sql-server-linux-setup.md#offline).
90+
If you need an offline installation, locate the PolyBase package download in the [Release notes](../../linux/sql-server-linux-release-notes.md). Then use the same offline installation steps described in the article [Install SQL Server](../../linux/sql-server-linux-setup.md#offline).
9091

9192

9293
## <a name="enable">Enable PolyBase</a>

docs/relational-databases/polybase/polybase-t-sql-objects.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ To use PolyBase, you must create external tables to reference your external dat
3131

3232
[CREATE STATISTICS &#40;Transact-SQL&#41;](../../t-sql/statements/create-statistics-transact-sql.md)
3333

34-
>[!NOTE] In order to use PolyBase you must have sysadmin or CONTROL SERVER level permissions on the database.
34+
>[!NOTE]
35+
>In order to use PolyBase you must have sysadmin or CONTROL SERVER level permissions on the database.
3536
3637
## Prerequisites
3738

0 commit comments

Comments
 (0)