summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-04-28 22:39:29 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-04-28 22:39:29 -0400
commit6257fdf57def0f07a7970f9fb232879ed4c524f6 (patch)
tree0229cd59744dd5f5f83f47fe7433affd92fb9ca4 /docs/release-notes.md
parent6be4d5abe03932a7f6a638816c2206388dc18983 (diff)
downloadSMAPI-6257fdf57def0f07a7970f9fb232879ed4c524f6.tar.gz
SMAPI-6257fdf57def0f07a7970f9fb232879ed4c524f6.tar.bz2
SMAPI-6257fdf57def0f07a7970f9fb232879ed4c524f6.zip
update wiki links
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r--docs/release-notes.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 93855ba9..8064a34e 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -354,8 +354,8 @@ For players:
* Updated mod compatibility list.
For modders:
-* Added `SDate` utility for in-game date calculations (see [API reference](http://stardewvalleywiki.com/Modding:SMAPI_APIs#Dates)).
-* Added support for minimum dependency versions in `manifest.json` (see [API reference](http://stardewvalleywiki.com/Modding:SMAPI_APIs#Manifest)).
+* Added `SDate` utility for in-game date calculations (see [API reference](https://stardewvalleywiki.com/Modding:SMAPI_APIs#Dates)).
+* Added support for minimum dependency versions in `manifest.json` (see [API reference](https://stardewvalleywiki.com/Modding:SMAPI_APIs#Manifest)).
* Added more useful logging when loading mods.
* Added a `ModID` property to all mod helpers for extension methods.
* Changed `manifest.MinimumApiVersion` from string to `ISemanticVersion`. This shouldn't affect mods unless they referenced that field in code.
@@ -387,8 +387,8 @@ For players:
* Updated mod compatibility list.
For modders:
-* You can now add dependencies to `manifest.json` (see [API reference](http://stardewvalleywiki.com/Modding:SMAPI_APIs#Manifest)).
-* You can now translate your mod (see [API reference](http://stardewvalleywiki.com/Modding:SMAPI_APIs#Translation)).
+* You can now add dependencies to `manifest.json` (see [API reference](https://stardewvalleywiki.com/Modding:SMAPI_APIs#Manifest)).
+* You can now translate your mod (see [API reference](https://stardewvalleywiki.com/Modding:SMAPI_APIs#Translation)).
* You can now load unpacked `.tbin` files from your mod folder through the content API.
* SMAPI now automatically fixes tilesheet references for maps loaded from the mod folder.
<small>_When loading a map from the mod folder, SMAPI will automatically use tilesheets relative to the map file if they exists. Otherwise it will default to tilesheets in the game content._</small>