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
- Open one of the localized README files, for example
README.cn.md.
- Look at the screenshots/logo sections.
- 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:


instead of:

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.
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
README.cn.md.github.com/textualize/rich/raw/master/imgs/...appear broken.Expected behavior
README images should render reliably.
Suggested fix
Use local relative paths instead:
instead of:
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.