Skip to content

Commit 4f425fe

Browse files
committed
Merge pull request #1664 from rmehner/patch-1
Fix link to key transforms doc in post install message
2 parents 74d172b + a3fd209 commit 4f425fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

active_model_serializers.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Gem::Specification.new do |spec|
6060

6161
spec.post_install_message = <<-EOF
6262
NOTE: The default key case for the JsonApi adapter has changed to dashed.
63-
See https://github.com/rails-api/active_model_serializers/blob/master/docs/general/key_transform.md
63+
See https://github.com/rails-api/active_model_serializers/blob/master/docs/general/key_transforms.md
6464
for more information on configuring this behavior.
6565
EOF
6666
end

0 commit comments

Comments
 (0)