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

Change gitpod button to HTML link #1251

Merged
merged 2 commits into from
May 6, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions content/docs/user-guide/contributing/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,10 @@ formatted and linted as well, which is also ensured by the full setup below.
> development environment), it'll automatically clone the repo, install the
> 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