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.
1 parent 0a742fb commit 4a9e059Copy full SHA for 4a9e059
src/templates/extension-detail.js
@@ -215,7 +215,9 @@ const ExtensionDetailTemplate = ({
215
duplicates.map(duplicate => (
216
<SupersededWarning key={duplicate.groupId}>
217
{/^[aeiou]/i.test(duplicate.relationship) ? "An " : "A "}
218
- {duplicate.relationship} version of this extension has been released
+ <Link to={`/${duplicate.slug}`}>{duplicate.relationship} version</Link> of this
219
+ extension has
220
+ been released
221
with the group id{" "}
222
<MavenCoordinate>{duplicate.groupId}</MavenCoordinate>
223
</SupersededWarning>
0 commit comments