From b721088f894f10d8f8a7075de59493381f727729 Mon Sep 17 00:00:00 2001 From: Jano Svitok Date: Fri, 12 May 2017 13:31:09 +0200 Subject: [PATCH] Fix link in Getting Started.md --- Getting Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Getting Started.md b/Getting Started.md index ad9ec91ca..b80ac83e2 100644 --- a/Getting Started.md +++ b/Getting Started.md @@ -119,7 +119,7 @@ To learn how to use the C++/WinRT library, browse the [Docs](./Docs) folder for The [Header File Design](./Docs/Header%20File%20Design.md) document contains a great discussion of the architecture of and best practices for using the C++/WinRT header files. -For a discussion of the naming conventions used in the C++/WinRT library, read [Naming Conventions](./Docs/Naming Conventions.md). +For a discussion of the naming conventions used in the C++/WinRT library, read [Naming Conventions](./Docs/Naming%20Conventions.md). Unlike C++/CX, with C++/WinRT you typically pass and receive familar C++ data types when calling WinRT APIs. More information is in [Using Standard C++ types with C++ WinRT](./Docs/Using%20Standard%20C++%20types%20with%20C++%20WinRT.md).