Skip to content

Commit 039f16b

Browse files
praveenwebshahidhk
authored andcommitted
update instructions for directory change (#1539)
1 parent 6c20ca8 commit 039f16b

File tree

4 files changed

+8
-8
lines changed
  • community/boilerplates/remote-schemas

4 files changed

+8
-8
lines changed

community/boilerplates/remote-schemas/aws-lambda/nodejs/apollo-sequelize/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ type User {
3838

3939
## Local Development
4040

41-
The sample source code is present in `index.js`. Clone the repo and go to `community/boilerplates/remote-schemas/remote-schema/aws-lambda/nodejs/apollo-sequelize` folder:
41+
The sample source code is present in `index.js`. Clone the repo and go to `community/boilerplates/remote-schemas/aws-lambda/nodejs/apollo-sequelize` folder:
4242

4343
```bash
4444
$ git clone git@github.com:hasura/graphql-engine
45-
$ cd graphql-engine/community/boilerplates/remote-schemas/remote-schema/aws-lambda/nodejs/apollo-sequelize
45+
$ cd graphql-engine/community/boilerplates/remote-schemas/aws-lambda/nodejs/apollo-sequelize
4646
```
4747

4848
1) First, let's set the environment variable for connecting to the postgres instance. This can be a local postgres instance or some managed postgres instance like AWS RDS.

community/boilerplates/remote-schemas/zeit-now/nodejs/apollo-sequelize/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Sequelize (Postgres ORM)
1818

1919
## Local Development
2020

21-
The sample source code is present in `server.js`. Clone the repo and go to `community/boilerplates/remote-schemas/remote-schema/zeit-now/nodejs/apollo-sequelize` folder:
21+
The sample source code is present in `server.js`. Clone the repo and go to `community/boilerplates/remote-schemas/zeit-now/nodejs/apollo-sequelize` folder:
2222

2323
```bash
2424
$ git clone git@github.com:hasura/graphql-engine
25-
$ cd graphql-engine/community/boilerplates/remote-schemas/remote-schema/zeit-now/nodejs/apollo-sequelize
25+
$ cd graphql-engine/community/boilerplates/remote-schemas/zeit-now/nodejs/apollo-sequelize
2626
```
2727

2828
1) First, let's set the environment variable for connecting to the postgres instance. This can be a local postgres instance or some managed postgres instance like AWS RDS.

community/boilerplates/remote-schemas/zeit-now/nodejs/express-graphqljs-sequelize/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Sequelize (Postgres ORM)
2020

2121
## Local Development
2222

23-
The sample source code is present in `server.js`. Clone the repo and go to `community/boilerplates/remote-schemas/remote-schema/zeit-now/nodejs/express-graphqljs-sequelize` folder:
23+
The sample source code is present in `server.js`. Clone the repo and go to `community/boilerplates/remote-schemas/zeit-now/nodejs/express-graphqljs-sequelize` folder:
2424

2525
```bash
2626
$ git clone git@github.com:hasura/graphql-engine
27-
$ cd graphql-engine/community/boilerplates/remote-schemas/remote-schema/zeit-now/nodejs/express-graphqljs-sequelize
27+
$ cd graphql-engine/community/boilerplates/remote-schemas/zeit-now/nodejs/express-graphqljs-sequelize
2828
```
2929

3030
1) First, let's set the environment variable for connecting to the postgres instance. This can be a local postgres instance or some managed postgres instance like AWS RDS.

community/boilerplates/remote-schemas/zeit-now/python/flask-graphene-sqlalchemy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ SqlAlchemy (Postgres ORM)
2222

2323
## Local Development
2424

25-
The sample source code is present in `server.py`. Clone the repo and go to `community/boilerplates/remote-schemas/remote-schema/zeit-now/python/flask-graphene-sqlalchemy` folder:
25+
The sample source code is present in `server.py`. Clone the repo and go to `community/boilerplates/remote-schemas/zeit-now/python/flask-graphene-sqlalchemy` folder:
2626

2727
```bash
2828
$ git clone git@github.com:hasura/graphql-engine
29-
$ cd graphql-engine/community/boilerplates/remote-schemas/remote-schema/zeit-now/python/flask-graphene-sqlalchemy
29+
$ cd graphql-engine/community/boilerplates/remote-schemas/zeit-now/python/flask-graphene-sqlalchemy
3030
```
3131

3232
1) First, let's set the environment variable for connecting to the postgres instance. This can be a local postgres instance or some managed postgres instance like AWS RDS.

0 commit comments

Comments
 (0)