Skip to content

Commit 2abacc7

Browse files
author
Colin Robertson
committed
Fix broken links in docs portal report
1 parent deed086 commit 2abacc7

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

docs/data/data-access-in-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ A mostly legacy interface which is still required in some scenarios, specificall
2727
Connect to Azure SQL Database from C or C++ applications.
2828

2929
[Microsoft Azure Storage Client Library for C++](https://github.com/Azure/azure-storage-cpp)<br/>
30-
[Azure Storage](/azure/storage/storage-introduction) is a cloud storage solution for modern applications that rely on durability, availability, and scalability to meet the needs of their customers. Connect to Azure Storage from C++ by using the Azure Storage Client Library for C++.
30+
[Azure Storage](/azure/storage/common/storage-introduction) is a cloud storage solution for modern applications that rely on durability, availability, and scalability to meet the needs of their customers. Connect to Azure Storage from C++ by using the Azure Storage Client Library for C++.
3131

3232
[ODBC Driver for SQL Server](/sql/connect/odbc/microsoft-odbc-driver-for-sql-server)<br/>
3333
The latest ODBC driver provides robust data access to Microsoft SQL Server and Microsoft Azure SQL Database for C/C++ based applications. Provides support for features including always encrypted, Azure Active Directory, and AlwaysOn Availability Groups. Also available for MacOS and Linux.

docs/get-started/breadcrumb/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
items:
55
- name: C++ | Visual Studio
66
tocHref: /cpp/
7-
topicHref: /cpp/ide/
7+
topicHref: /cpp/ide/read-and-understand-code-cpp
88
items:
99
- name: C++
1010
tocHref: /cpp/get-started/

docs/parallel/amp/cpp-amp-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,9 +466,9 @@ Like other C++ libraries, you can use C++ AMP in your UWP apps. These articles d
466466

467467
- [Bing Maps Trip Optimizer, a Window Store app in JavaScript and C++](https://go.microsoft.com/fwlink/p/?linkid=249078)
468468

469-
- [How to use C++ AMP from C# using the Windows Runtime](https://go.microsoft.com/fwlink/p/?linkid=249080)
469+
- [How to use C++ AMP from C# using the Windows Runtime](https://devblogs.microsoft.com/pfxteam/how-to-use-c-amp-from-c-using-winrt/)
470470

471-
- [How to use C++ AMP from C#](https://go.microsoft.com/fwlink/p/?linkid=249081)
471+
- [How to use C++ AMP from C#](https://devblogs.microsoft.com/pfxteam/how-to-use-c-amp-from-c/)
472472

473473
- [Calling Native Functions from Managed Code](../../dotnet/calling-native-functions-from-managed-code.md)
474474

docs/parallel/auto-parallelization-and-auto-vectorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ For an example showing how the vectorizer works in practice, see [Project Austin
106106
## See also
107107

108108
[loop](../preprocessor/loop.md)<br/>
109-
[Parallel Programming in Native Code](https://go.microsoft.com/fwlink/p/?linkid=263662)<br/>
109+
[Parallel Programming in Native Code](/archive/blogs/nativeconcurrency)<br/>
110110
[/Qpar (Auto-Parallelizer)](../build/reference/qpar-auto-parallelizer.md)<br/>
111111
[/Qpar-report (Auto-Parallelizer Reporting Level)](../build/reference/qpar-report-auto-parallelizer-reporting-level.md)<br/>
112112
[/Qvec-report (Auto-Vectorizer Reporting Level)](../build/reference/qvec-report-auto-vectorizer-reporting-level.md)<br/>

docs/parallel/concrt/concurrency-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ For reference documentation, see [Reference](../../parallel/concrt/reference/ref
9090
|||
9191
|-|-|
9292
|[Async programming patterns and tips in Hilo (Windows Store apps using C++ and XAML)](/previous-versions/windows/apps/jj160321(v=win.10))|Learn how we used the Concurrency Runtime to implement asynchronous operations in Hilo, a Windows Runtime app using C++ and XAML.|
93-
|[Parallel Programming in Native Code blog](https://go.microsoft.com/fwlink/p/?linkid=183873)|Provides additional in-depth blog articles about parallel programming in the Concurrency Runtime.|
93+
|[Parallel Programming in Native Code blog](/archive/blogs/nativeconcurrency)|Provides additional in-depth blog articles about parallel programming in the Concurrency Runtime.|
9494
|[Parallel Computing in C++ and Native Code forum](https://go.microsoft.com/fwlink/p/?linkid=183874)|Enables you to participate in community discussions about the Concurrency Runtime.|
9595
|[Parallel Programming](/dotnet/standard/parallel-programming/index)|Teaches you about the parallel programming model that is available in the .NET Framework.|
9696

0 commit comments

Comments
 (0)