Skip to content

Commit b9d1b5c

Browse files
committed
fix broken links in mod build package's README when bundled into package
1 parent a2f47ed commit b9d1b5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/technical/mod-package.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
← [SMAPI](../README.md)
1+
← [SMAPI](https://github.com/Pathoschild/SMAPI/blob/develop/docs/README.md)
22

33
The **mod build package** is an open-source NuGet package which automates the MSBuild configuration
44
for SMAPI mods and related tools. The package is fully compatible with Linux, macOS, and Windows.
@@ -155,7 +155,7 @@ The package runs code analysis on your mod and raises warnings for some common e
155155
specific to Stardew Valley modding.
156156

157157
For example:
158-
> ![](screenshots/code-analyzer-example.png)
158+
> ![screenshot](screenshots/code-analyzer-example.png)
159159
160160
You can [hide the warnings](https://visualstudiomagazine.com/articles/2017/09/01/hide-compiler-warnings.aspx)
161161
if needed using the warning ID (shown under 'code' in Visual Studio's Error List).
@@ -328,6 +328,6 @@ The NuGet package is generated automatically in `StardewModdingAPI.ModBuildConfi
328328
when you compile it.
329329

330330
## See also
331-
* [Release notes](mod-package-release-notes.md)
331+
* [Release notes](https://github.com/Pathoschild/SMAPI/blob/develop/docs/mod-package-release-notes.md)
332332

333333
[Harmony]: https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Harmony

0 commit comments

Comments
 (0)