Merge branch '1.0.x' into 1.1.x

This commit is contained in:
Andy Wilkinson
2019-03-26 10:53:52 +00:00
24 changed files with 67 additions and 67 deletions

View File

@@ -440,7 +440,7 @@ public abstract class HypermediaDocumentation {
* {
* "_links": {
* "self": {
* "href": "http://example.com/foo"
* "href": "https://example.com/foo"
* }
* }
* }
@@ -461,7 +461,7 @@ public abstract class HypermediaDocumentation {
* "links": [
* {
* "rel": "self",
* "href": "http://example.com/foo"
* "href": "https://example.com/foo"
* }
* ]
* }