fix: Use correct link in settings.yml template

pull/201/head
Robert Dailey 1 year ago
parent 3127ab3bb8
commit 7edcd77f98

@ -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

@ -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();

Loading…
Cancel
Save