Skip to content

Commit 330dc56

Browse files
authored
Merge pull request #386 from Karm/issue-384
Fixes issue 384, Standalone Spec URL tooltip
2 parents 123f1c3 + bb0d6dc commit 330dc56

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/org/eclipse/microprofile/starter/view/GeneratorDataBean.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,7 @@ public String getSpecificationLink(MicroprofileSpec spec) {
204204
}
205205

206206
public String getSpecificationStandaloneLink(StandaloneMPSpec spec) {
207-
208-
return spec.getTagURL();
207+
return String.format(spec.getTagURL(), spec.getVersion());
209208
}
210209

211210
private void defineSupportedServerItems(MicroProfileVersion version) {

0 commit comments

Comments
 (0)