[flang-commits] [flang] [llvm] [Docs] Fix sidebar link to renamed anchor #(forum-and-)mailing-list (PR #102639)

Mital Ashok via flang-commits flang-commits at lists.llvm.org
Fri Aug 9 09:08:14 PDT 2024


https://github.com/MitalAshok created https://github.com/llvm/llvm-project/pull/102639

These was renamed in b4990ac33015200b74d830beaea2883d313ac16c and a749e3295df4aee18a0ad723875a6501f30ac744 without updating the link in the sidebar, which just link to the top of the page currently.

>From b023bddaf030619cce4d045438625ec656d7f5d4 Mon Sep 17 00:00:00 2001
From: Mital Ashok <mital at mitalashok.co.uk>
Date: Fri, 9 Aug 2024 17:02:17 +0100
Subject: [PATCH] [Docs] Fix sidebar link to renamed anchor
 #(forum-and-)mailing-list

These was renamed in b4990ac33015200b74d830beaea2883d313ac16c
and a749e3295df4aee18a0ad723875a6501f30ac744 without updating
the link in the sidebar, which just link to the top of the page
currently.
---
 flang/docs/_templates/indexsidebar.html | 2 +-
 llvm/docs/_templates/indexsidebar.html  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/flang/docs/_templates/indexsidebar.html b/flang/docs/_templates/indexsidebar.html
index 06b919b8679a62..0167814cddb110 100644
--- a/flang/docs/_templates/indexsidebar.html
+++ b/flang/docs/_templates/indexsidebar.html
@@ -10,7 +10,7 @@ <h3>Documentation</h3>
 <h3>Getting Involved</h3>
 <! TODO: Point links to website(flang.llvm.org) and not github once webpage comes up.>
 <ul class="want-points">
-    <li><a href="https://github.com/llvm/llvm-project/blob/main/flang/docs/GettingInvolved.md#mailing-lists">Mailing Lists</a></li>
+    <li><a href="https://github.com/llvm/llvm-project/blob/main/flang/docs/GettingInvolved.md#forum-and-mailing-lists">Forum and Mailing Lists</a></li>
     <li><a href="https://github.com/llvm/llvm-project/blob/main/flang/docs/GettingInvolved.md#chat">Slack</a></li>
     <li><a href="https://github.com/llvm/llvm-project/blob/main/flang/docs/GettingInvolved.md#calls">Calls</a></li>
 </ul>
diff --git a/llvm/docs/_templates/indexsidebar.html b/llvm/docs/_templates/indexsidebar.html
index 7e6d63f7e150a5..39256d1bf1d253 100644
--- a/llvm/docs/_templates/indexsidebar.html
+++ b/llvm/docs/_templates/indexsidebar.html
@@ -14,7 +14,7 @@ <h3>Getting Involved</h3>
 <ul class="want-points">
     <li><a href="https://llvm.org/docs/Contributing.html">Contributing to LLVM</a></li>
     <li><a href="https://llvm.org/docs/HowToSubmitABug.html">Submitting Bug Reports</a></li>
-    <li><a href="https://llvm.org/docs/GettingInvolved.html#mailing-lists">Mailing Lists</a></li>
+    <li><a href="https://llvm.org/docs/GettingInvolved.html#forums-mailing-lists">Forums & Mailing Lists</a></li>
     <li><a href="https://llvm.org/docs/GettingInvolved.html#irc">IRC</a></li>
     <li><a href="https://llvm.org/docs/GettingInvolved.html#meetups-and-social-events">Meetups and Social Events</a></li>
 </ul>



More information about the flang-commits mailing list