lib/code_ownership/private.rb in code_ownership-1.24.0 vs lib/code_ownership/private.rb in code_ownership-1.25.0

- old
+ new

@@ -48,10 +48,10 @@ stage_changes: stage_changes ) end if errors.any? - errors << 'See https://github.com/bigrails/code_ownership/README.md for more details' + errors << 'See https://github.com/bigrails/code_ownership#README.md for more details' raise InvalidCodeOwnershipConfigurationError.new(errors.join("\n")) # rubocop:disable Style/RaiseArgs end end sig { returns(T::Array[Private::OwnershipMappers::Interface]) }