Skip to content

[audit/high] Standardize link format (replace [πŸ‘†] anchors)Β #7

Description

@Displacedtex

Priority: High

Problem

Every link in README.md uses [πŸ‘†](url) as the anchor text. This is:

  • Bad for accessibility β€” screen readers announce the emoji, not the destination.
  • Bad for SEO / search β€” anchor text carries no semantic meaning.
  • Redundant β€” the Name column already describes the entry; a separate Link column isn't needed.

Recommendation

Switch from a 3-column table to a bulleted list format per category:

- [365 Days Computer Vision Learning](https://github.com/ashishpatel26/365-Days-Computer-Vision-Learning-Linkedin-Post) β€” daily CV notes
- [Treasure of Transformers](https://github.com/ashishpatel26/Treasure-of-Transformers) β€” 125+ NLP language models

Acceptance criteria

  • Anchor text is descriptive (the project name).
  • No decorative-only emoji anchors.

Part of the repo audit backlog. Best done together with #5 (categorization).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions