Skip to content

Commit

Permalink
Merge pull request #331 from eclipse-ee4j/fix-breadcrumbs
Browse files Browse the repository at this point in the history
Fix broken breadcrumbs link in Eclipse Starter for Jakarta EE
  • Loading branch information
m-reza-rahman authored Sep 28, 2024
2 parents ca9b502 + 35aff82 commit a6303a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/main/webapp/WEB-INF/topbar.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
</button>
<div class="wrapper-logo-mobile">
<a class="navbar-brand visible-xs"
href="https://eclipse-ee4j.github.io/starter/"
href="https://start.jakarta.ee/"
title="Jakarta EE: The New Home of Cloud Native Java">
<img alt="Jakarta EE: The New Home of Cloud Native Java" class="logo-eclipse-default-mobile img-responsive"
src="https://jakarta.ee/images/jakarta/jakarta-ee-logo.svg"
Expand Down Expand Up @@ -180,7 +180,7 @@
<a href="https://jakarta.ee/">Home</a>
</li>
<li class="active">
<a href="https://eclipse-ee4j.github.io/starter/">Eclipse Starter for Jakarta EE</a>
<a href="https://start.jakarta.ee/">Eclipse Starter for Jakarta EE</a>
</li>
</ol>
</div>
Expand Down

0 comments on commit a6303a8

Please sign in to comment.