Skip to content

Commit

Permalink
Merge pull request #386 from Karm/issue-384
Browse files Browse the repository at this point in the history
Fixes issue 384, Standalone Spec URL tooltip
  • Loading branch information
Karm authored Jan 5, 2021
2 parents 123f1c3 + bb0d6dc commit 330dc56
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,7 @@ public String getSpecificationLink(MicroprofileSpec spec) {
}

public String getSpecificationStandaloneLink(StandaloneMPSpec spec) {

return spec.getTagURL();
return String.format(spec.getTagURL(), spec.getVersion());
}

private void defineSupportedServerItems(MicroProfileVersion version) {
Expand Down

0 comments on commit 330dc56

Please sign in to comment.