From 02d54f56ed364c00a2abdcd830e697a9c980c68c Mon Sep 17 00:00:00 2001 From: Braden Wiggins <55504972+FractalHQ@users.noreply.github.com> Date: Mon, 25 Sep 2023 11:34:04 -0400 Subject: [PATCH] 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! --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e607bddd3eb586..e6e5426e02053b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,9 @@ for each task, in the cloud, in seconds. It enables you to describe your dev env 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. -![browser-vscode](https://user-images.githubusercontent.com/22498066/135150975-23bba3a6-f099-48c5-83ed-a1a6627ff0e9.png) + + browser-vscode + ## Features