We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 123f1c3 + bb0d6dc commit 330dc56Copy full SHA for 330dc56
src/main/java/org/eclipse/microprofile/starter/view/GeneratorDataBean.java
@@ -204,8 +204,7 @@ public String getSpecificationLink(MicroprofileSpec spec) {
204
}
205
206
public String getSpecificationStandaloneLink(StandaloneMPSpec spec) {
207
-
208
- return spec.getTagURL();
+ return String.format(spec.getTagURL(), spec.getVersion());
209
210
211
private void defineSupportedServerItems(MicroProfileVersion version) {
0 commit comments