Skip to content

Commit bb0d6dc

Browse files
committed
Fixes issue 384, Standalone Spec URL tooltip
Signed-off-by: Michal Karm Babacek <[email protected]>
1 parent 123f1c3 commit bb0d6dc

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)