Remove redundant adjacent repository links in profile project headings#2
Conversation
Agent-Logs-Url: https://github.com/Engineering4AI/.github/sessions/a8bb3b85-1c45-4de7-b819-10bc66d276c1 Co-authored-by: zhimin-z <8592144+zhimin-z@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Removes redundant adjacent links in the org profile README project headings by keeping the repository link on the project name and converting the repo badge from a linked image to a plain image, improving navigation and reducing duplicate link announcements for assistive tech.
Changes:
- Updated project headings for AutoHarness, nano-code, and awesome-spec-driven-development to remove the badge link.
- Preserved the badge visuals while making only the project name a clickable repository link.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ## ⚙️ Projects in This Organization | ||
|
|
||
| ### [AutoHarness](https://github.com/Engineering4AI/AutoHarness) [](https://github.com/Engineering4AI/AutoHarness) | ||
| ### [AutoHarness](https://github.com/Engineering4AI/AutoHarness)  |
There was a problem hiding this comment.
The badge image alt text repeats the linked project name, so screen readers will still announce the name twice (link text, then image alt). If the badge is decorative, consider using an empty alt text (); otherwise use a more descriptive alt like "Repo badge" to avoid duplicating the repository name.
| A self-evolving coding agent in Rust with a minimal implementation that is designed to actually run and iterate. | ||
|
|
||
| ### [nano-code](https://github.com/Engineering4AI/nano-code) [](https://github.com/Engineering4AI/nano-code) | ||
| ### [nano-code](https://github.com/Engineering4AI/nano-code)  |
There was a problem hiding this comment.
The badge image alt text repeats the linked project name, so screen readers will still announce the name twice (link text, then image alt). If the badge is decorative, consider using an empty alt text (); otherwise use a more descriptive alt like "Repo badge" to avoid duplicating the repository name.
| ### [nano-code](https://github.com/Engineering4AI/nano-code)  | |
| ### [nano-code](https://github.com/Engineering4AI/nano-code)  |
| A tiny Rust coding agent that demonstrates the smallest practical architecture for automated code changes. | ||
|
|
||
| ### [awesome-spec-driven-development](https://github.com/Engineering4AI/awesome-spec-driven-development) [](https://github.com/Engineering4AI/awesome-spec-driven-development) | ||
| ### [awesome-spec-driven-development](https://github.com/Engineering4AI/awesome-spec-driven-development)  |
There was a problem hiding this comment.
The badge image alt text repeats the linked project name, so screen readers will still announce the name twice (link text, then image alt). If the badge is decorative, consider using an empty alt text (); otherwise use a more descriptive alt like "Repo badge" to avoid duplicating the repository name.
| ### [awesome-spec-driven-development](https://github.com/Engineering4AI/awesome-spec-driven-development)  | |
| ### [awesome-spec-driven-development](https://github.com/Engineering4AI/awesome-spec-driven-development)  |
|
@copilot apply changes based on the comments in this thread |
zhimin-z
left a comment
There was a problem hiding this comment.
btw, why does the org page does now show the content of this readme at all? this is not expected
Agent-Logs-Url: https://github.com/Engineering4AI/.github/sessions/c0af4113-ef80-41e9-b545-e5b9b0e7312e Co-authored-by: zhimin-z <8592144+zhimin-z@users.noreply.github.com>
Applied in |
zhimin-z
left a comment
There was a problem hiding this comment.
I expect all the content in the .github/profile/readme.md shows up in the main page of current org, but it does not happen, what's wrong?
|

Project headings in the org profile README linked to the same repository twice in adjacent elements (name + badge), creating redundant navigation targets and duplicated link announcements for assistive tech. This update keeps a single link target per project heading while preserving badge visuals.
What changed
profile/README.mdproject headings for:AutoHarnessnano-codeawesome-spec-driven-developmentAccessibility impact
Representative diff pattern