diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-30 10:33:07 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-30 10:33:07 -0500 |
commit | 3818d53752a5697f5e92c44cdbc976cfce17bad4 (patch) | |
tree | 7f919d12bbb8043b28d74cf9520a81f84089de7e /docs | |
parent | c5d452478d57a0f3a6e3827c8fef7028a487c882 (diff) | |
download | SMAPI-3818d53752a5697f5e92c44cdbc976cfce17bad4.tar.gz SMAPI-3818d53752a5697f5e92c44cdbc976cfce17bad4.tar.bz2 SMAPI-3818d53752a5697f5e92c44cdbc976cfce17bad4.zip |
fix main sidebar link pointing to wiki instead of home page
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index be827cc7..0ce79d9b 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -24,6 +24,7 @@ * Fixed JSON validator no longer letting you change format when viewing results. * Fixed JSON validator for Content Patcher schema not requiring `Default` if `AllowBlank` omitted. * Fixed log parser not correctly handling content packs with no author (thanks to danvolchek!). + * Fixed main sidebar link pointing to wiki instead of home page. * For modders: * Added asset propagation for... |