Skip to content

Commit df2de5b

Browse files
pirateclaude
andauthored
Fix media URLs to use absolute GitHub paths (#276)
* Standardize README with Stagehand branding - Replace README header with standardized Stagehand branding - Update docs URL to /v3/sdk/python - Add 'What is Stagehand?' and 'Why Stagehand?' sections 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * Fix media URLs to use absolute GitHub paths 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent ed714db commit df2de5b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<ul style="list-style: none; margin: 0; padding: 0;">
33
<a href="https://stagehand.dev">
44
<picture>
5-
<source media="(prefers-color-scheme: dark)" srcset="media/dark_logo.png" />
6-
<img alt="Stagehand" src="media/light_logo.png" width="200" style="margin-right: 30px;" />
5+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/browserbase/stagehand/main/media/dark_logo.png" />
6+
<img alt="Stagehand" src="https://raw.githubusercontent.com/browserbase/stagehand/main/media/light_logo.png" width="200" style="margin-right: 30px;" />
77
</picture>
88
</a>
99
</ul>
@@ -16,14 +16,14 @@
1616
<p align="center">
1717
<a href="https://github.com/browserbase/stagehand/tree/main?tab=MIT-1-ov-file#MIT-1-ov-file">
1818
<picture>
19-
<source media="(prefers-color-scheme: dark)" srcset="media/dark_license.svg" />
20-
<img alt="MIT License" src="media/light_license.svg" />
19+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/browserbase/stagehand/main/media/dark_license.svg" />
20+
<img alt="MIT License" src="https://raw.githubusercontent.com/browserbase/stagehand/main/media/light_license.svg" />
2121
</picture>
2222
</a>
2323
<a href="https://stagehand.dev/discord">
2424
<picture>
25-
<source media="(prefers-color-scheme: dark)" srcset="media/dark_discord.svg" />
26-
<img alt="Discord Community" src="media/light_discord.svg" />
25+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/browserbase/stagehand/main/media/dark_discord.svg" />
26+
<img alt="Discord Community" src="https://raw.githubusercontent.com/browserbase/stagehand/main/media/light_discord.svg" />
2727
</picture>
2828
</a>
2929
</p>
@@ -45,7 +45,7 @@ If you're looking for other languages, you can find them
4545
</a>
4646
<span> </span>
4747
<picture>
48-
<img alt="Director" src="media/director_icon.svg" width="25" />
48+
<img alt="Director" src="https://raw.githubusercontent.com/browserbase/stagehand/main/media/director_icon.svg" width="25" />
4949
</picture>
5050
</div>
5151

0 commit comments

Comments
 (0)