Skip to content

Commit 6ecbd95

Browse files
Tobias LadnerTobias Ladner
authored andcommitted
replaced urls with relative markdown urls
1 parent b1bc326 commit 6ecbd95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ide/how-to-create-multi-project-templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ The folder structure is as follows:
201201

202202
When the template is used the *MultiProject* part is being replaced with the project name the user enters.
203203

204-
The *MultiProjectTemplate.vstemplate* looks like the following. Please note that the *ProjectTemplateLink*s have the attribute **CopyParameters** set to *true* and that the **ProjectName** attributes use the template variable [\$safeprojectname\$](https://learn.microsoft.com/visualstudio/ide/template-parameters#reserved-template-parameters).
204+
The *MultiProjectTemplate.vstemplate* looks like the following. Please note that the *ProjectTemplateLink*s have the attribute **CopyParameters** set to *true* and that the **ProjectName** attributes use the template variable [\$safeprojectname\$](./template-parameters.md#reserved-template-parameters).
205205

206206
```xml
207207
<VSTemplate Version="2.0.0" Type="ProjectGroup"
@@ -232,7 +232,7 @@ The *MultiProject.Client\MultiProject.Client.csproj* might look something like t
232232
</VSTemplate>
233233
```
234234

235-
The *MultiProject.Client\MultiProject.Client.csproj* might look something like the follwoing. Please note that the attribute **Include** of the *ProjectReference* uses the template variable [\$ext_safeprojectname\$](https://learn.microsoft.com/visualstudio/ide/template-parameters#reserved-template-parameters).
235+
The *MultiProject.Client\MultiProject.Client.csproj* might look something like the follwoing. Please note that the attribute **Include** of the *ProjectReference* uses the template variable [\$ext_safeprojectname\$](./template-parameters.md#reserved-template-parameters)
236236

237237
```xml
238238
<Project>

0 commit comments

Comments
 (0)