Skip to content

Commit a31e435

Browse files
authored
docs: fix readme logo file path (zitadel#11628)
# Which Problems Are Solved The readme file is using the wrong path for the zitadel logo and oidc-cert file. <img width="1252" height="415" alt="Screenshot 2026-02-18 at 15 15 07" src="https://github.com/user-attachments/assets/dc0dbe79-58fe-4695-ac01-6130b0e8441e" /> PR zitadel#11166 changed the README path from `./docs/static/logos/` to `./apps/docs/static/logos/`. However, that same commit actually moved the file to `apps/docs/public/img/logos/` — the README update used the wrong destination path. # How the Problems Are Solved - Replace image path with the correct one. # Additional Changes n/a # Additional Context n/a
1 parent b23346f commit a31e435

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
2-
<img src="./apps/docs/static/logos/zitadel-logo-dark@2x.png#gh-light-mode-only" alt="Zitadel Logo" max-height="200px" width="auto" />
3-
<img src="./apps/docs/static/logos/zitadel-logo-light@2x.png#gh-dark-mode-only" alt="Zitadel Logo" max-height="200px" width="auto" />
2+
<img src="./apps/docs/public/img/logos/zitadel-logo-dark@2x.png#gh-light-mode-only" alt="Zitadel Logo" max-height="200px" width="auto" />
3+
<img src="./apps/docs/public/img/logos/zitadel-logo-light@2x.png#gh-dark-mode-only" alt="Zitadel Logo" max-height="200px" width="auto" />
44
</p>
55

66
<p align="center">
@@ -27,7 +27,7 @@
2727

2828
<p align="center">
2929
<a href="https://openid.net/certification/#OPs" alt="OpenID Connect Certified">
30-
<img src="./apps/docs/static/logos/oidc-cert.png" /></a>
30+
<img src="./apps/docs/public/img/logos/oidc-cert.png" /></a>
3131
</p>
3232

3333
Are you searching for a user management tool that is quickly set up like Auth0 and open source like Keycloak?

0 commit comments

Comments
 (0)