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

fix broken link to Extension-Rig-Banner.png #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

seungwonpark
Copy link

No description provided.

@@ -9,7 +9,7 @@
This guide will cover the fundamentals of building your first Extension. It will allow Twitch viewers to cycle through colors via a visual element added on top of the video player (we call this a component overlay). On the frontend, a user clicks a button in this component that changes the color of a circle. Instead of changing the CSS locally, it makes a call to a backend server for a new hex value (we call this an Extension Backend Service or EBS for short).

## What's the Twitch Developer Rig?
<img src="https://github.com/twitchdev/extension-getting-started/blob/master/Extension-Rig-Banner.png" width="45%">
<img src="https://github.com/twitchdev/extension-getting-started/raw/main/Extension-Rig-Banner.png" width="45%">
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is an improvement: it works in the PR view where the existing one doesn't. 👍

But I think we can simplify it further. Since the image is stored in the same location as this README, we should be able to use a relative link.

Suggested change
<img src="https://github.com/twitchdev/extension-getting-started/raw/main/Extension-Rig-Banner.png" width="45%">
<img src="Extension-Rig-Banner.png" width="45%">

This frees us from worrying about which host github is using for images or what the branch is named.

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.

2 participants