Skip to content

Commit 02d54f5

Browse files
authored
fix: change README img link to website (#18637)
The main image in the README (browser-vscode) is large and has `cursor: pointer` on it which makes it more likely that people will have the urge to click it like I did. I expected it to open the website when clicking it, but instead it opens itself on `user-images.githubusercontent` which is pretty pointless. I just wrapped it in an anchor tag that points to the website instead!
1 parent e6ba18a commit 02d54f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ for each task, in the cloud, in seconds. It enables you to describe your dev env
2424

2525
Tightly integrated with GitLab, GitHub, and Bitbucket, Gitpod automatically and continuously prebuilds dev environments for all your branches. As a result, team members can instantly start coding with fresh, ephemeral, and fully-compiled dev environments - no matter if you are building a new feature, want to fix a bug, or do a code review.
2626

27-
![browser-vscode](https://user-images.githubusercontent.com/22498066/135150975-23bba3a6-f099-48c5-83ed-a1a6627ff0e9.png)
27+
<a href="https://www.gitpod.io">
28+
<img src="https://user-images.githubusercontent.com/22498066/135150975-23bba3a6-f099-48c5-83ed-a1a6627ff0e9.png" alt="browser-vscode" />
29+
</a>
2830

2931
## Features
3032

0 commit comments

Comments
 (0)