Skip to content

Commit 03054da

Browse files
committed
Update old documentation path in project
1 parent 62e5d77 commit 03054da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Documentation/book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ copy-fonts = true
2828
no-section-label = true
2929
additional-js = []
3030
git-repository-url = "https://github.com/IrishBruse/LDtkMonogame"
31-
edit-url-template = "https://github.com/IrishBruse/LDtkMonogame/edit/main/LDtk.Documentation/{path}"
31+
edit-url-template = "https://github.com/IrishBruse/LDtkMonogame/edit/main/Documentation/{path}"
3232
discord-url = "https://ldtk.io/go/discord"

LDtk.Codegen/LDtk.Codegen.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</ItemGroup>
3636

3737
<ItemGroup>
38-
<Content Include="../LDtk.Documentation/src/intro.md" Pack="true" PackagePath="/readme.md" />
38+
<Content Include="../Documentation/src/intro.md" Pack="true" PackagePath="/readme.md" />
3939
<None Include="../Icon.png" Pack="true" PackagePath="" />
4040
</ItemGroup>
4141

LDtk.ContentPipeline/LDtk.ContentPipeline.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</ItemGroup>
3333

3434
<ItemGroup>
35-
<Content Include="../LDtk.Documentation/src/intro.md" Pack="true" PackagePath="/readme.md" />
35+
<Content Include="../Documentation/src/intro.md" Pack="true" PackagePath="/readme.md" />
3636
<None Include="../Icon.png" Pack="true" PackagePath="" />
3737
<Content Include="./bin/Release/net6.0/LDtkMonogame.dll">
3838
<PackagePath>lib/net6.0/</PackagePath>

0 commit comments

Comments
 (0)