7445 added an item to docs/dev/README.md describing and linking to the "Design" issue label, which I assume existed at the time. Later, #12722 updated that URL to point to the new repo location. However, this bullet point is now confusing for two reasons:
7445 added an item to
docs/dev/README.md
describing and linking to the "Design" issue label, which I assume existed at the time. Later, #12722 updated that URL to point to the new repo location. However, this bullet point is now confusing for two reasons:The URL https://github.com/rust-lang/rust-analyzer/issues?q=is%3Aopen+is%3Aissue+label%Design is malformed. Clicking it in Firefox produces a blank page. Interestingly, clicking the URL while editing this Markdown file inside VS Code changes it to the different URL https://github.com/rust-lang/rust-analyzer/issues?q=is:open+is:issue+label%25Design which is no longer malformed, but that just corresponds to the search string "is:open is:issue label%Design" which is not very meaningful.
There are currently no issues labeled "Design". The corrected search URL https://github.com/rust-lang/rust-analyzer/issues?q=is:open+is:issue+label:Design causes GitHub to display this warning message:
Therefore, this PR replaces that bullet point with a link to the C-Architecture tag.