Skip to content

Commit 69cc49b

Browse files
docs: update gitpod link in contributing.md (TanStack#3376)
1 parent feb8eb8 commit 69cc49b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ If you have been assigned to fix an issue or develop a new feature, please follo
2929

3030
## Online one-click setup
3131

32-
You can use Gitpod(An Online Open Source VS Code like IDE which is free for Open Source) for developing online. With a single click it will start a workspace and automatically:
32+
You can use Gitpod (An Online Open Source VS Code like IDE which is free for Open Source) for developing online. With a single click it will start a workspace and automatically:
3333

3434
- clone the `react-query` repo.
3535
- install all the dependencies in `/` and `/docs`.
3636
- run `yarn start` in the root(`/`) to Auto-build files.
3737
- run `yarn dev` in `/docs`.
3838

39-
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)
39+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/tannerlinsley/react-query)
4040

4141
## Commit message conventions
4242

0 commit comments

Comments
 (0)