This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/attic.git


The following commit(s) were added to refs/heads/main by this push:
     new bc614b2  fix links
bc614b2 is described below

commit bc614b2f29d19e307935c2bf58777e169fa3243b
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Sun May 4 19:26:12 2025 +0200

    fix links
---
 _layouts/project-templates-layout.html | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/_layouts/project-templates-layout.html 
b/_layouts/project-templates-layout.html
index 5151e9e..fab1950 100644
--- a/_layouts/project-templates-layout.html
+++ b/_layouts/project-templates-layout.html
@@ -27,10 +27,10 @@ limitations under the License.
 
 <h1>Templates for {{project_name}} Retirement</h1>
 <ul>
-  <li><a href="#attic-jira">ATTIC Jira Template</li>
-  <li><a href="#user-email">User Email Template</li>
-  <li><a href="#infra-jira">INFRA Jira Template</li>
-  <li><a href="#announcement">Announcement Email Template</li>
+  <li><a href="#attic-jira">ATTIC Jira Template</a></li>
+  <li><a href="#user-email">User Email Template</a></li>
+  <li><a href="#infra-jira">INFRA Jira Template</a></li>
+  <li><a href="#announcement">Announcement Email Template</a></li>
 </ul>
 
 <p>
@@ -40,7 +40,7 @@ Return to the <a href="{% link projects/{{ page.project_id 
}}.html %}">{{project
 <h2 id="attic-jira">ATTIC Jira Template</h2>
 
 <p>
-Use the markup below to create an 
[ATTIC](https://issues.apache.org/jira/projects/ATTIC) Jira issue for the 
project's move to the Attic:
+Use the markup below to create an <a 
href="https://issues.apache.org/jira/projects/ATTIC";>ATTIC</a> Jira issue for 
the project's move to the Attic:
 </p>
 
 <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight">
@@ -80,7 +80,7 @@ Let the users know that the PMC is moving into the Attic. Use 
the following text
 <h2 id="infra-jira">INFRA Jira Template</h2>
 
 <p>
-Use the text below to create an 
[INFRA](https://issues.apache.org/jira/projects/INFRA) Jira issue for the 
project's move to the Attic:
+Use the text below to create an <a 
href="https://issues.apache.org/jira/projects/INFRA";>INFRA</a> Jira issue for 
the project's move to the Attic:
 </p>
 
 <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight">

Reply via email to