diff --git a/CHANGELOG.md b/CHANGELOG.md index db0eaefd..d9f21880 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,8 @@ changes you may need to make. ### Fixed -- Fixed JSON parsing issue that sometimes occurs when pulling custom formats from Radarr (#178) +- Fixed JSON parsing issue that sometimes occurs when pulling custom formats from Radarr (#178). +- Use correct wiki link in settings.yml template. ## [4.4.0] - 2023-04-06 diff --git a/src/Recyclarr.TrashLib/Settings/SettingsProvider.cs b/src/Recyclarr.TrashLib/Settings/SettingsProvider.cs index 5304f636..1863f7f3 100644 --- a/src/Recyclarr.TrashLib/Settings/SettingsProvider.cs +++ b/src/Recyclarr.TrashLib/Settings/SettingsProvider.cs @@ -36,7 +36,7 @@ public class SettingsProvider : ISettingsProvider "\n" + "# Edit this file to customize the behavior of Recyclarr beyond its defaults\n" + "# For the settings file reference guide, visit the link to the wiki below:\n" + - "# https://github.com/recyclarr/recyclarr/wiki/Settings-Reference\n"; + "# https://recyclarr.dev/wiki/yaml/settings-reference/\n"; _paths.SettingsPath.CreateParentDirectory(); using var stream = _paths.SettingsPath.CreateText();