Skip to content

Commit e8a3d38

Browse files
committed
fixing links
1 parent 3edeac1 commit e8a3d38

8 files changed

+9
-9
lines changed

articles/synapse-analytics/spark/apache-spark-history-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,4 +216,4 @@ Input/output data using Resilient Distributed Datasets (RDDs) does not show in d
216216
## Next steps
217217

218218
- [.NET for Apache Spark documentation](https://docs.microsoft.com/dotnet/spark)
219-
- [Azure Synapse Analytics](https://docs.microsoft.com/azure/synapse-analytics)
219+
- [Azure Synapse Analytics](../overview-what-is.md)

articles/synapse-analytics/spark/apache-spark-job-definitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,4 +171,4 @@ After creating a Spark job definition, you can submit it to a Synapse Spark pool
171171
This tutorial demonstrates how to use the Azure Synapse Analytics to create Spark job definitions, and then submit them to a Synapse Spark pool. Next you can use Azure Synapse Analytics to create Power BI datasets and manage Power BI data.
172172

173173
- [Connect to data in Power BI Desktop](https://docs.microsoft.com/power-bi/desktop-quickstart-connect-to-data)
174-
- [Visualize with Power BI](https://docs.microsoft.com/azure/synapse-analytics/sql-data-warehouse/sql-data-warehouse-get-started-visualize-with-power-bi)
174+
- [Visualize with Power BI](../sql-data-warehouse/sql-data-warehouse-get-started-visualize-with-power-bi?toc=/azure/synapse-analytics/toc.json&bc=/azure/synapse-analytics/breadcrumb/toc.json)

articles/synapse-analytics/spark/apache-spark-notebook-create-spark-use-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ To ensure the Spark instance is shut down, end any connected sessions(notebooks)
129129
In this quickstart, you learned how to create a Synapse Analytics Apache Spark pool and run a basic Spark SQL query.
130130

131131
- [.NET for Apache Spark documentation](https://docs.microsoft.com/dotnet/spark)
132-
- [Azure Synapse Analytics](https://docs.microsoft.com/azure/synapse-analytics)
132+
- [Azure Synapse Analytics](../overview-what-is.md)
133133
- [Apache Spark official documentation](https://spark.apache.org/docs/latest/)
134134

135135
>[!NOTE]

articles/synapse-analytics/spark/apache-spark-version-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1246,6 +1246,6 @@ zlib==1.2.8
12461246

12471247
## Next steps
12481248

1249-
- [Azure Synapse Analytics](https://docs.microsoft.com/azure/synapse-analytics)
1249+
- [Azure Synapse Analytics](../overview-what-is.md)
12501250
- [Apache Spark Documentation](https://spark.apache.org/docs/2.4.4/)
12511251
- [Apache Spark Concepts](apache-spark-concepts.md)

articles/synapse-analytics/spark/intellij-tool-synapse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,5 +264,5 @@ It's convenient for you to foresee the script result by sending some code to the
264264

265265
## Next steps
266266

267-
- [Azure Synapse Analytics](https://docs.microsoft.com/azure/synapse-analytics)
267+
- [Azure Synapse Analytics](../overview-what-is.md)
268268
- [Create a new Apache Spark pool for an Azure Synapse Analytics workspace](../../synapse-analytics/quickstart-create-apache-spark-pool.md)

articles/synapse-analytics/spark/spark-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ The following features are available when you use .NET for Apache Spark in the A
6565
## Next steps
6666

6767
- [.NET for Apache Spark documentation](https://docs.microsoft.com/dotnet/spark)
68-
- [Azure Synapse Analytics](https://docs.microsoft.com/azure/synapse-analytics)
68+
- [Azure Synapse Analytics](../overview-what-is.md)
6969
<!-- need link to .NET Interactive documentation -->

articles/synapse-analytics/sql/get-started-connect-sqlcmd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ ms.reviewer: jrasnick
2121
> * [sqlcmd](../sql/get-started-connect-sqlcmd.md)
2222
> * [SSMS](get-started-ssms.md)
2323
24-
You can use the [sqlcmd](https://docs.microsoft.com/sql/tools/sqlcmd-utility?redirectedfrom=MSDN&view=sql-server-ver15) command-line utility to connect to and query SQL on-demand (preview) and SQL pool within Synapse SQL.
24+
You can use the [sqlcmd](/sql/tools/sqlcmd-utility?toc=/azure/synapse-analytics/toc.json&bc=/azure/synapse-analytics/breadcrumb/toc.json&view=azure-sqldw-latest) command-line utility to connect to and query SQL on-demand (preview) and SQL pool within Synapse SQL.
2525

2626
## 1. Connect
27-
To get started with [sqlcmd](https://docs.microsoft.com/sql/tools/sqlcmd-utility?redirectedfrom=MSDN&view=sql-server-ver15), open the command prompt and enter **sqlcmd** followed by the connection string for your Synapse SQL database. The connection string requires the following parameters:
27+
To get started with [sqlcmd](/sql/tools/sqlcmd-utility?toc=/azure/synapse-analytics/toc.json&bc=/azure/synapse-analytics/breadcrumb/toc.json&view=azure-sqldw-latest), open the command prompt and enter **sqlcmd** followed by the connection string for your Synapse SQL database. The connection string requires the following parameters:
2828

2929
* **Server (-S):** Server in the form `<`Server Name`>`.database.windows.net
3030
* **Database (-d):** Database name

articles/synapse-analytics/sql/reference-tsql-system-views.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,4 +244,4 @@ The following DMVs are applicable to SQL pool, but must be executed by connectin
244244

245245
## Next steps
246246

247-
For more reference information, see [T-SQL statements in Synapse SQL](https://docs.microsoft.com/azure/sql-data-warehouse/sql-data-warehouse-reference-tsql-language-elements), and [T-SQL language elements in Synapse SQL](https://docs.microsoft.com/azure/sql-data-warehouse/sql-data-warehouse-reference-tsql-statements).
247+
For more reference information, see [T-SQL statements in Synapse SQL](../sql-data-warehouse/sql-data-warehouse-reference-tsql-language-elements?toc=/azure/synapse-analytics/toc.json&bc=/azure/synapse-analytics/breadcrumb/toc.json), and [T-SQL language elements in Synapse SQL](../sql-data-warehouse/sql-data-warehouse-reference-tsql-statements?toc=/azure/synapse-analytics/toc.json&bc=/azure/synapse-analytics/breadcrumb/toc.json).

0 commit comments

Comments
 (0)