Skip to content

Commit 546dc19

Browse files
springcompdaxian-dbw
authored andcommitted
Fix incorrect links to documentation files. (#894)
1 parent ef2f65f commit 546dc19

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

PSReadLine/PSReadLine.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
<None Include="License.txt" />
2222
</ItemGroup>
2323
<ItemGroup>
24-
<None Include="docs\about_PSReadLine.help.txt" />
25-
<None Include="docs\Get-PSReadLineKeyHandler.md" />
26-
<None Include="docs\Get-PSReadLineOption.md" />
27-
<None Include="docs\Set-PSReadLineKeyHandler.md" />
28-
<None Include="docs\Set-PSReadLineOption.md" />
24+
<None Include="..\docs\about_PSReadLine.help.txt" Link="docs\about_PSReadLine.help.txt" />
25+
<None Include="..\docs\Get-PSReadLineKeyHandler.md" Link="docs\Get-PSReadLineKeyHandler.md" />
26+
<None Include="..\docs\Get-PSReadLineOption.md" Link="docs\Get-PSReadLineOption.md" />
27+
<None Include="..\docs\Set-PSReadLineKeyHandler.md" Link="docs\Set-PSReadLineKeyHandler.md" />
28+
<None Include="..\docs\Set-PSReadLineOption.md" Link="docs\Set-PSReadLineOption.md" />
2929
</ItemGroup>
3030
<ItemGroup Condition=" '$(IsWindows)' != 'true' ">
3131
<Compile Remove="AssemblyInfo.cs" />

0 commit comments

Comments
 (0)