Skip to content

Commit 6f24529

Browse files
authored
Merge pull request #13311 from ethereum/readme-update
fix: image paths for README embeds [Fixes #13308]
2 parents d75bb6f + e1b32c1 commit 6f24529

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![gitpoap badge](https://public-api.gitpoap.io/v1/repo/ethereum/ethereum-org-website/badge)](https://www.gitpoap.io/gh/ethereum/ethereum-org-website)
77

88
<div align="center" style="margin-top: 1em; margin-bottom: 3em;">
9-
<a href="https://ethereum.org"><img alt="ethereum logo" src="./public/assets/eth-transparent.png" alt="ethereum.org" width="125"></a>
9+
<a href="https://ethereum.org"><img alt="ethereum logo" src="./public/images/assets/eth-transparent.png" alt="ethereum.org" width="125"></a>
1010
<h1>👋 Welcome to ethereum.org!</h1>
1111
</div>
1212

@@ -116,7 +116,7 @@ git push
116116
- After your changes are committed to your GitHub fork, submit a pull request (PR) to the `dev` branch of the `ethereum/ethereum-org-website` repo
117117
- In your PR description, reference the issue it resolves (see [linking a pull request to an issue using a keyword](https://docs.github.com/en/free-pro-team@latest/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword))
118118
- ex. `Updates out of date content [Fixes #1234]`
119-
- Netlify (our hosting service for build previews) deploys all PRs to a publicly accessible preview URL, e.g.: ![Netlify deploy preview](public/preview-deploy.png)
119+
- Netlify (our hosting service for build previews) deploys all PRs to a publicly accessible preview URL, e.g.: ![Netlify deploy preview](public/images/preview-deploy.png)
120120
- _Confirm your Netlify preview deploy looks & functions as expected_
121121
- Why not say hi and draw attention to your PR in [our discord server](https://discord.gg/ethereum-org)?
122122

@@ -136,7 +136,7 @@ Learn more about how we review pull requests [here](docs/review-process.md).
136136

137137
<hr style="margin-top: 3em; margin-bottom: 3em;">
138138

139-
![POAP Logo](public/poap-logo.svg)
139+
![POAP Logo](public/images/poap-logo.svg)
140140

141141
## Claim your POAP!
142142

0 commit comments

Comments
 (0)