From c4751b805ae593075601620dde86d9d9cf5ba3a8 Mon Sep 17 00:00:00 2001 From: rogermparent Date: Tue, 5 May 2020 20:27:53 -0400 Subject: [PATCH] Change gitpod button to HTML link This is a workaround to skip the automatic "external" icon appended to normal links in docs MD. --- content/docs/user-guide/contributing/docs.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/docs/user-guide/contributing/docs.md b/content/docs/user-guide/contributing/docs.md index 9eab9e7e2a..a62d2d807c 100644 --- a/content/docs/user-guide/contributing/docs.md +++ b/content/docs/user-guide/contributing/docs.md @@ -63,7 +63,9 @@ formatted and linted as well, which is also ensured by the full setup below. > dependencies, run `yarn build`, and start the webserver so that you can start > straight away: -[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/iterative/dvc.org) + + Open in Gitpod + Make sure you have a recent LTS version of [Node.js](https://nodejs.org/en/) (`>=12.0.0`), and install [Yarn](https://yarnpkg.com/):