Skip to content

Commit

Permalink
Fix problem with the blog post (#2274)
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfacq authored Sep 28, 2023
1 parent 5b3921e commit fcc2214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Banner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Banner = () => {
We are awaiting access to the new Java 21's specification tests
before formally releasing Eclipse Temurin 21.<br/>
For further information including how to use our early access builds, please
read <a href="/blog/2023/10/temurin21-delay">our blog</a>.
read <a href="/blog/2023/09/temurin21-delay">our blog</a>.
<button type="button" className="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
</div>
);
Expand Down

0 comments on commit fcc2214

Please sign in to comment.