Skip to content

Commit 986afca

Browse files
Merge pull request #12736 from MicrosoftDocs/ghogen-patch-53
Fix path to project templates
2 parents 9fd54f5 + 9ce4218 commit 986afca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ide/how-to-manually-create-web-templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Creating a web template is different than creating other kinds of templates. Bec
5050

5151
7. Select the files in your template (this includes the *vstemplate* file), right-click the selection, and choose **Send to** > **Compressed (zipped) folder**. The files are compressed into a *.zip* file.
5252

53-
8. Put the *.zip* template file in the Visual Studio project template directory. By default, this directory is *%USERPROFILE%\Documents\Visual Studio \<Version\>\ProjectTemplates*.
53+
8. Put the *.zip* template file in the Visual Studio project template directory. By default, this directory is `%USERPROFILE%\Documents\Visual Studio {Version}\Templates\ProjectTemplates`.
5454

5555
## Example
5656

0 commit comments

Comments
 (0)