[flang-commits] [flang] 86b8abc - [Flang][WWW] Update Bug Reports link to point to Github issues
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Wed Mar 1 04:18:22 PST 2023
Author: Kiran Chandramohan
Date: 2023-03-01T12:17:55Z
New Revision: 86b8abc2dd08b16b9e66d96464509967b940661e
URL: https://github.com/llvm/llvm-project/commit/86b8abc2dd08b16b9e66d96464509967b940661e
DIFF: https://github.com/llvm/llvm-project/commit/86b8abc2dd08b16b9e66d96464509967b940661e.diff
LOG: [Flang][WWW] Update Bug Reports link to point to Github issues
Added:
Modified:
flang/docs/_templates/indexsidebar.html
Removed:
################################################################################
diff --git a/flang/docs/_templates/indexsidebar.html b/flang/docs/_templates/indexsidebar.html
index 77baac98d2626..06b919b8679a6 100644
--- a/flang/docs/_templates/indexsidebar.html
+++ b/flang/docs/_templates/indexsidebar.html
@@ -19,7 +19,7 @@ <h3>Additional Links</h3>
<ul class="want-points">
<li><a href="https://github.com/llvm/llvm-project/tree/main/flang/">Github Repository</a></li>
- <li><a href="https://bugs.llvm.org/">Bug Reports</a></li>
+ <li><a href="https://github.com/llvm/llvm-project/issues">Bug Reports</a></li>
<li><a href="https://reviews.llvm.org/">Code Review</a></li>
<li><a href="https://flang.llvm.org/doxygen/">Doxygen API</a></li>
</ul>
More information about the flang-commits
mailing list