Skip to content

Commit

Permalink
fix: use absolute url for README images (#8676)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexledesma committed Jun 29, 2022
1 parent 45e5019 commit a09234a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,8 +1,8 @@
<p align="center">
<a target="_blank" href="https://dagster.io">
<picture>
<source media="(prefers-color-scheme: dark)" srcset=".github/dagster-logo-dark.svg">
<img alt="dagster logo" src=".github/dagster-logo-light.svg" width="auto" height="120">
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/dagster-io/dagster/master/.github/dagster-logo-dark.svg">
<img alt="dagster logo" src="https://raw.githubusercontent.com/dagster-io/dagster/master/.github/dagster-logo-light.svg" width="auto" height="120">
</picture>
</a>
<br /><br />
Expand Down

0 comments on commit a09234a

Please sign in to comment.