Skip to content

Commit 18439b7

Browse files
committed
docs: use raw GitHub URLs for README images
Npm renders package READMEs outside the repository tree, so relative image paths can break on the registry page. Point the icon and banner at raw GitHub URLs while leaving the local asset files unchanged.
1 parent bdb4fd5 commit 18439b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="./.github/open-codexcli-icon.png" alt="Open Codex CLI icon" width="180" />
2+
<img src="https://raw.githubusercontent.com/LEON-gittech/codex/main/.github/open-codexcli-icon.png" alt="Open Codex CLI icon" width="180" />
33
</p>
44

55
<h1 align="center">Open Codex CLI</h1>
@@ -18,7 +18,7 @@
1818
</p>
1919

2020
<p align="center">
21-
<img src="./.github/open-codex-cli-unleashed.png" alt="Open Codex CLI unleashed banner" width="960" />
21+
<img src="https://raw.githubusercontent.com/LEON-gittech/codex/main/.github/open-codex-cli-unleashed.png" alt="Open Codex CLI unleashed banner" width="960" />
2222
</p>
2323

2424
<p align="center">

0 commit comments

Comments
 (0)