Skip to content

fix(docs): replace broken appLogoUrl example (base.org/logo.png returns 404)#1317

Open
ygd58 wants to merge 1 commit intobase:masterfrom
ygd58:fix/broken-appLogoUrl-examples
Open

fix(docs): replace broken appLogoUrl example (base.org/logo.png returns 404)#1317
ygd58 wants to merge 1 commit intobase:masterfrom
ygd58:fix/broken-appLogoUrl-examples

Conversation

@ygd58
Copy link
Copy Markdown

@ygd58 ygd58 commented Apr 14, 2026

Closes #1316.

https://base.org/logo.png returns 404. Replaced with Base's GitHub avatar URL which returns 200.

  • https://base.org/logo.png → 404
  • https://avatars.githubusercontent.com/u/108554348?s=200 → 200

6 files updated across base-account SDK examples.

@cb-heimdall
Copy link
Copy Markdown
Collaborator

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/2
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 1
Sum 2

@ygd58
Copy link
Copy Markdown
Author

ygd58 commented Apr 14, 2026

@roethke @soheimam Could you please review this PR? The appLogoUrl example URL (base.org/logo.png) returns 404 in 6 SDK code examples. Replaced with Base GitHub avatar which returns 200. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(docs): broken appLogoUrl example URL returns 404 in multiple SDK code examples

2 participants