Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Fix missing images on PyPI page #19028

Merged
merged 1 commit into from
Jan 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions python_modules/dagster/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align="center">
<!-- Note: Do not try adding the dark mode version here with the `picture` element, it will break formatting in PyPI -->
<a target="_blank" href="https://dagster.io" style="background:none">
<img alt="dagster logo" src=".github/dagster-readme-header.svg" width="auto" height="100%">
<img alt="dagster logo" src="https://raw.githubusercontent.com/dagster-io/dagster/master/.github/dagster-readme-header.svg" width="auto" height="100%">
</a>
<a target="_blank" href="https://github.com/dagster-io/dagster" style="background:none">
<img src="https://img.shields.io/github/stars/dagster-io/dagster?labelColor=4F43DD&color=163B36&logo=github">
Expand Down Expand Up @@ -92,7 +92,7 @@ You can find the full Dagster documentation [here](https://docs.dagster.io), inc
## Key Features:

<p align="center">
<img width="100%" alt="image" src=".github/key-features-cards.svg">
<img width="100%" alt="image" src="https://raw.githubusercontent.com/dagster-io/dagster/master/.github/key-features-cards.svg">
</p>

### Dagster as a productivity platform
Expand All @@ -116,7 +116,7 @@ Dagster provides a growing library of integrations for today’s most popular da
<br/>
<p align="center">
<a target="_blank" href="https://dagster.io/integrations" style="background:none">
<img width="100%" alt="image" src=".github/integrations-bar-for-readme.png">
<img width="100%" alt="image" src="https://raw.githubusercontent.com/dagster-io/dagster/master/.github/integrations-bar-for-readme.png">
</a>
</p>

Expand Down