Polish "Use HTTPS for external links wherever possible"

See gh-16316
This commit is contained in:
Andy Wilkinson
2019-03-27 11:36:27 +00:00
parent e401d02ced
commit 9be96c49e2
16 changed files with 34 additions and 34 deletions

View File

@@ -60,7 +60,7 @@ HAL browser is not active).
If https://projects.spring.io/spring-hateoas[Spring HATEOAS] is enabled (i.e. if it is
on the classpath by default) then the Actuator endpoint responses are enhanced with
hypermedia in the form of "links". The default media type for responses is
http://stateless.co/hal_specification.html[HAL], resulting in each resource having an
https://github.com/mikekelly/hal_specification[HAL], resulting in each resource having an
extra property called "_links". You can change the media type to another one supported by
Spring HATEOAS by providing your own `@EnableHypermedia` annotation and custom providers
as necessary.