Skip to content
This repository was archived by the owner on Mar 29, 2022. It is now read-only.

Commit 557f1a2

Browse files
author
Michael Lukaszczyk
authored
Merge pull request #1 from ronakganatra/patch-1
Update Getting Started Guide link
2 parents 0fa6591 + 773c6c3 commit 557f1a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
To help with the process of importing CSVs to GraphCMS, we've created some simple scripts that can assist in the process. These scripts are not robust, they lack in-depth error checking, and probably lack some general code elegance, but you can view them as an import workspace to quick-start your importing needs.
44

5-
To follow along you'll need to signup for an account at GraphCMS, create a new project and implement the schema as defined above. For more details about creating a project with GraphCMS, [check our getting started guide.](https://graphcms.com/docs/getting-started/)
5+
To follow along you'll need to signup for an account at GraphCMS, create a new project and implement the schema as defined above. For more details about creating a project with GraphCMS, [check our getting started guide.](https://graphcms.com/blog/graphcms-quickstart)
66

77
The project structure is as follows.
88

@@ -291,4 +291,4 @@ try {
291291
}
292292
```
293293

294-
The pagination function implements a two-second delay and a default page size of 50 records. You can pass in a custom page size as a third parameter to the `paginate` function.
294+
The pagination function implements a two-second delay and a default page size of 50 records. You can pass in a custom page size as a third parameter to the `paginate` function.

0 commit comments

Comments
 (0)