Skip to content

Commit

Permalink
Change gitpod button to HTML link
Browse files Browse the repository at this point in the history
This is a workaround to skip the automatic "external" icon appended to normal
links in docs MD.
  • Loading branch information
rogermparent committed May 6, 2020
1 parent 0f28c52 commit c4751b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/docs/user-guide/contributing/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<a href="https://gitpod.io/#https://github.com/iterative/dvc.org">
<img src="https://gitpod.io/button/open-in-gitpod.svg" alt="Open in Gitpod">
</a>

Make sure you have a recent LTS version of [Node.js](https://nodejs.org/en/)
(`>=12.0.0`), and install [Yarn](https://yarnpkg.com/):
Expand Down

0 comments on commit c4751b8

Please sign in to comment.