Merge branch '1.2.x'
This commit is contained in:
@@ -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"
|
||||
* }
|
||||
* ]
|
||||
* }
|
||||
|
||||
Reference in New Issue
Block a user