Polish "Use HTTPS for external links where possible"

See gh-610
This commit is contained in:
Andy Wilkinson
2019-03-26 11:07:18 +00:00
parent 1fa4c293c6
commit 9444083b81
8 changed files with 24 additions and 23 deletions

View File

@@ -128,8 +128,8 @@ public class ApiDocumentation {
createNote("REST maturity model",
"https://martinfowler.com/articles/richardsonMaturityModel.html");
createNote("Hypertext Application Language (HAL)",
"http://stateless.co/hal_specification.html");
createNote("Application-Level Profile Semantics (ALPS)", "http://alps.io/spec/");
"https://github.com/mikekelly/hal_specification");
createNote("Application-Level Profile Semantics (ALPS)", "https://github.com/alps-io/spec");
this.mockMvc.perform(get("/notes"))
.andExpect(status().isOk())