Skip to content

Commit

Permalink
Fix guides template
Browse files Browse the repository at this point in the history
  • Loading branch information
bclozel committed Sep 22, 2020
1 parent e675a1f commit 1980099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 61,7 @@ <h2>Get the Code</h2>
<div class="related_resources">
<h3><a name="projects" class="anchor" href="#projects"></a>Projects</h3>
<ul>
<li th:each="project : ${projects}"><a th:href="${project.siteUrl}" th:text="${project.name}">Spring Framework</a></li>
<li th:each="project : ${projects}"><a th:href="${project.display.siteUrl}" th:text="${project.name}">Spring Framework</a></li>
</ul>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 8,7 @@
<i class="icon-github"></i>
<p>Repo</p>
</a>
<a href="#" th:href="${project.siteUrl}" class="project-link">
<a href="#" th:href="${project.display.siteUrl}" class="project-link">
<i class="icon-globe"></i>
<p>Site</p>
</a>
Expand Down

0 comments on commit 1980099

Please sign in to comment.