Skip to content

Commit e7815ab

Browse files
authored
Merge pull request #267 from janosvitok/fix_markup
Fix link in Getting Started.md
2 parents dc92f6f + b721088 commit e7815ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Getting Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ To learn how to use the C++/WinRT library, browse the [Docs](./Docs) folder for
119119

120120
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.
121121

122-
For a discussion of the naming conventions used in the C++/WinRT library, read [Naming Conventions](./Docs/Naming Conventions.md).
122+
For a discussion of the naming conventions used in the C++/WinRT library, read [Naming Conventions](./Docs/Naming%20Conventions.md).
123123

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

0 commit comments

Comments
 (0)