Fix link to key transforms doc in post install message

This commit is contained in:
Robin Mehner 2016-04-05 10:12:45 +02:00
parent 74d172b4f6
commit a3fd209612

View File

@ -60,7 +60,7 @@ Gem::Specification.new do |spec|
spec.post_install_message = <<-EOF
NOTE: The default key case for the JsonApi adapter has changed to dashed.
See https://github.com/rails-api/active_model_serializers/blob/master/docs/general/key_transform.md
See https://github.com/rails-api/active_model_serializers/blob/master/docs/general/key_transforms.md
for more information on configuring this behavior.
EOF
end