Merge branch '1.2.x'

This commit is contained in:
Andy Wilkinson
2019-03-26 12:11:10 +00:00
42 changed files with 194 additions and 192 deletions

View File

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