Skip to content

[BUG] Broken image links in all README files #4174

Description

@Vhivi

Broken README image links

Several README files use image URLs pointing to:

https://github.com/textualize/rich/raw/master/imgs/...

These images no longer render correctly in some contexts.

Steps to reproduce

  1. Open one of the localized README files, for example README.cn.md.
  2. Look at the screenshots/logo sections.
  3. The images referenced through github.com/textualize/rich/raw/master/imgs/... appear broken.

Expected behavior

README images should render reliably.

Suggested fix

Use local relative paths instead:

Logo
Features

instead of:

Logo

This works because the README files and imgs/ are both at the repository root, imgs/... resolves correctly everywhere the repo is viewed, including forks and local clones.

Scope

This affects the root README files, including the translated READMEs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions