diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-28 22:39:29 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-28 22:39:29 -0400 |
commit | 6257fdf57def0f07a7970f9fb232879ed4c524f6 (patch) | |
tree | 0229cd59744dd5f5f83f47fe7433affd92fb9ca4 /docs/technical-docs.md | |
parent | 6be4d5abe03932a7f6a638816c2206388dc18983 (diff) | |
download | SMAPI-6257fdf57def0f07a7970f9fb232879ed4c524f6.tar.gz SMAPI-6257fdf57def0f07a7970f9fb232879ed4c524f6.tar.bz2 SMAPI-6257fdf57def0f07a7970f9fb232879ed4c524f6.zip |
update wiki links
Diffstat (limited to 'docs/technical-docs.md')
-rw-r--r-- | docs/technical-docs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/technical-docs.md b/docs/technical-docs.md index 9e1a49e7..52c3f96d 100644 --- a/docs/technical-docs.md +++ b/docs/technical-docs.md @@ -44,7 +44,7 @@ executed. This doesn't work in MonoDevelop on Linux, unfortunately. ### Preparing a release To prepare a crossplatform SMAPI release, you'll need to compile it on two platforms. See -[crossplatforming info](http://stardewvalleywiki.com/Modding:Creating_a_SMAPI_mod#Test_on_all_platforms) +[crossplatforming info](https://stardewvalleywiki.com/Modding:Creating_a_SMAPI_mod#Test_on_all_platforms) on the wiki for the first-time setup. 1. Update the version number in `GlobalAssemblyInfo.cs` and `Constants::Version`. Make sure you use a |