refactor: Fix broken URLs

pull/201/head
Robert Dailey 2 years ago
parent 058c06504b
commit b8ac93a464

@ -12,7 +12,7 @@
# The YAML comments will already be at the appropriate indentation. # The YAML comments will already be at the appropriate indentation.
# #
# For more details on the configuration, see the Configuration Reference on the wiki here: # For more details on the configuration, see the Configuration Reference on the wiki here:
# https://recyclarr.dev/wiki/reference/config-reference # https://recyclarr.dev/wiki/yaml/config-reference/
# Configuration specific to Sonarr # Configuration specific to Sonarr
sonarr: sonarr:

@ -13,7 +13,7 @@ public static class ContextualMessages
return return
"Usage of 'reset_unmatched_scores' inside 'quality_profiles' under 'custom_formats' is no " + "Usage of 'reset_unmatched_scores' inside 'quality_profiles' under 'custom_formats' is no " +
"longer supported. Use the root-level 'quality_profiles' instead. " + "longer supported. Use the root-level 'quality_profiles' instead. " +
"See: https://recyclarr.dev/wiki/upgrade-guide/v5.0#reset-unmatched-scores"; "See: https://recyclarr.dev/wiki/upgrade-guide/v5.0/#reset-unmatched-scores";
} }
return null; return null;

Loading…
Cancel
Save