[llvm] 6d98f67 - [AVR] Fix broken link in README.md (#146821)

via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 12 10:51:06 PDT 2025


Author: Tom Vijlbrief
Date: 2025-07-12T19:51:03+02:00
New Revision: 6d98f67f318757ec4f75b7e9842958ccfb524e1b

URL: https://github.com/llvm/llvm-project/commit/6d98f67f318757ec4f75b7e9842958ccfb524e1b
DIFF: https://github.com/llvm/llvm-project/commit/6d98f67f318757ec4f75b7e9842958ccfb524e1b.diff

LOG: [AVR] Fix broken link in README.md (#146821)

Fix broken link

Added: 
    

Modified: 
    llvm/lib/Target/AVR/README.md

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/AVR/README.md b/llvm/lib/Target/AVR/README.md
index bd8b453aa81ea..2bcf63cf7581d 100644
--- a/llvm/lib/Target/AVR/README.md
+++ b/llvm/lib/Target/AVR/README.md
@@ -4,5 +4,5 @@ This experimental backend is for the 8-bit Atmel [AVR](https://en.wikipedia.org/
 
 ## Useful links
 
-* [Unresolved bugs](https://llvm.org/bugs/buglist.cgi?product=libraries&component=Backend%3A%20AVR&resolution=---&list_id=109466)
+* [Unresolved bugs](https://github.com/llvm/llvm-project/labels/backend%3AAVR)
 * [Architecture notes](https://github.com/avr-llvm/architecture)


        


More information about the llvm-commits mailing list