Skip to content

Commit e2decdb

Browse files
authored
Update top-level "bugs" menu item
It was still pointing to the Bugzilla that we are no longer using. Point to the Github issue query instead.
1 parent 2c1a509 commit e2decdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ disablePathToLower = true
9494
[[menu.main]]
9595
name = "Bugs"
9696
weight = 20
97-
url = "https://bugs.llvm.org/buglist.cgi?bug_status=__open__&list_id=177877&order=changeddate%20DESC%2Cpriority%2Cbug_severity&product=MLIR&query_format=specific"
97+
url = "https://github.com/llvm/llvm-project/issues?q=is%3Aissue%20state%3Aopen%20label%3Amlir"
9898

9999
[[menu.main]]
100100
name = "Logo Assets"

0 commit comments

Comments
 (0)