Skip to content

Commit 67a8631

Browse files
authored
fixing broken license sample links
1 parent ffde957 commit 67a8631

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/msbuild-targets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ If a file of type Compile, is outside the project folder, then it's just added t
187187
### Packing a license expression or a license file
188188

189189
When using a license expression, the PackageLicenseExpression property should be used.
190-
[License expression sample](#https://github.com/NuGet/Samples/tree/master/PackageLicenseExpressionExample).
190+
[License expression sample](https://github.com/NuGet/Samples/tree/master/PackageLicenseExpressionExample).
191191

192192
When packing a license file, you need to use PackageLicenseFile property to specify the package path, relative to the root of the package. In addition, you need to make sure that the file is included in the package. For example:
193193

@@ -200,7 +200,7 @@ When packing a license file, you need to use PackageLicenseFile property to spec
200200
<None Include="licenses\LICENSE.txt" Pack="true" PackagePath="$(PackageLicenseFile)"/>
201201
</ItemGroup>
202202
```
203-
[License life sample](#https://github.com/NuGet/Samples/tree/master/PackageLicenseFileExample).
203+
[License file sample](https://github.com/NuGet/Samples/tree/master/PackageLicenseFileExample).
204204

205205
### IsTool
206206

0 commit comments

Comments
 (0)