Skip to content

Commit a3fd209

Browse files
committed
Fix link to key transforms doc in post install message
1 parent 74d172b commit a3fd209

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)