Skip to content

Commit

Permalink
Website: Fix 404 paths in docs (#9923)
Browse files Browse the repository at this point in the history
  • Loading branch information
TuvalSimha committed Apr 14, 2024
1 parent 5ca9608 commit 1ac08cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/docs/custom-codegen/contributing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ GraphQL Code Generator uses the following stack to manage the source code:

## 2. Fork and Clone

Start by [creating a Fork of the `dotansimha/graphql-code-generator-community` repository](https://help.github.com/en/github/getting-started-with-github/fork-a-repo); this will allow you to make changes and push them quickly later: [`dotansimha/graphql-code-generator-community`](dotansimha/graphql-code-generator-community).
Start by [creating a Fork of the `dotansimha/graphql-code-generator-community` repository](https://help.github.com/en/github/getting-started-with-github/fork-a-repo); this will allow you to make changes and push them quickly later: [`dotansimha/graphql-code-generator-community`](https://github.com/dotansimha/graphql-code-generator-community).

Then, use Git [to clone](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github) your newly created fork repository.

Expand Down

0 comments on commit 1ac08cc

Please sign in to comment.