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).