Skip to content

Commit

Permalink
RESTWS-560 Set extrenalDocs to permanent link (openmrs#309)
Browse files Browse the repository at this point in the history
Use the permanent link to the wiki page:
https://wiki.openmrs.org/x/xoAaAQ

As the title-based URL could break if the page is moved or renamed in the future.

Sub-PR for: https://issues.openmrs.org/browse/RESTWS-560
  • Loading branch information
gayanW authored and dkayiwa committed Oct 22, 2017
1 parent 762cc0f commit 7dc17bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ private void initSwagger() {
.produces("application/json")
.externalDocs(new ExternalDocs()
.description("Find more info on REST Module Wiki")
.url("https://wiki.openmrs.org/display/docs/REST+Module"));
.url("https://wiki.openmrs.org/x/xoAaAQ"));
}

private List<ModuleVersion> getModuleVersions() {
Expand Down

0 comments on commit 7dc17bf

Please sign in to comment.