You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@
42
42
Does this PR change Hasura Catalog version?
43
43
-[ ] No
44
44
-[ ] Yes
45
-
-[ ] Updated docs with SQL for downgrading the catalog <!-- https://docs.hasura.io/1.0/graphql/manual/deployment/downgrading.html#downgrading-across-catalogue-versions -->
45
+
-[ ] Updated docs with SQL for downgrading the catalog <!-- https://hasura.io/docs/1.0/graphql/manual/deployment/downgrading.html#downgrading-across-catalogue-versions -->
***Postgres** ❤️: Supports Postgres types (PostGIS/geo-location, etc.), turns views to *graphs*, trigger stored functions or procedures with mutations
38
38
39
-
Read more at [hasura.io](https://hasura.io) and the [docs](https://docs.hasura.io).
39
+
Read more at [hasura.io](https://hasura.io) and the [docs](https://hasura.io/docs).
40
40
41
41
## Table of contents
42
42
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc -->
@@ -77,21 +77,21 @@ The fastest way to try Hasura out is via Heroku.
77
77
78
78
3. Make your first GraphQL query
79
79
80
-
Create a table and instantly run your first query. Follow this [simple guide](https://docs.hasura.io/1.0/graphql/manual/getting-started/first-graphql-query.html).
80
+
Create a table and instantly run your first query. Follow this [simple guide](https://hasura.io/docs/1.0/graphql/manual/getting-started/first-graphql-query.html).
81
81
82
82
### Other one-click deployment options
83
83
84
84
Check out the instructions for the following one-click deployment options:
| DigitalOcean |[](https://marketplace.digitalocean.com/apps/hasura?action=deploy&refcode=c4d9092d2c48&utm_source=hasura&utm_campaign=readme)|[docs](https://docs.hasura.io/1.0/graphql/manual/guides/deployment/digital-ocean-one-click.html#hasura-graphql-engine-digitalocean-one-click-app)|
89
-
| Azure |[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3a%2f%2fraw.githubusercontent.com%2fhasura%2fgraphql-engine%2fstable%2finstall-manifests%2fazure-container-with-pg%2fazuredeploy.json)|[docs](https://docs.hasura.io/1.0/graphql/manual/guides/deployment/azure-container-instances-postgres.html)|
88
+
| DigitalOcean |[](https://marketplace.digitalocean.com/apps/hasura?action=deploy&refcode=c4d9092d2c48&utm_source=hasura&utm_campaign=readme)|[docs](https://hasura.io/docs/1.0/graphql/manual/guides/deployment/digital-ocean-one-click.html#hasura-graphql-engine-digitalocean-one-click-app)|
89
+
| Azure |[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3a%2f%2fraw.githubusercontent.com%2fhasura%2fgraphql-engine%2fmaster%2finstall-manifests%2fazure-container-with-pg%2fazuredeploy.json)|[docs](https://hasura.io/docs/1.0/graphql/manual/guides/deployment/azure-container-instances-postgres.html)|
90
90
91
91
### Other deployment methods
92
92
93
93
For Docker-based deployment and advanced configuration options, see [deployment
94
-
guides](https://docs.hasura.io/1.0/graphql/manual/getting-started/index.html) or
94
+
guides](https://hasura.io/docs/1.0/graphql/manual/getting-started/index.html) or
Transform data in Postgres or run business logic on it to derive another dataset that can be queried using GraphQL Engine - [read more](https://docs.hasura.io/1.0/graphql/manual/queries/derived-data.html).
125
+
Transform data in Postgres or run business logic on it to derive another dataset that can be queried using GraphQL Engine - [read more](https://hasura.io/docs/1.0/graphql/manual/queries/derived-data.html).
Copy file name to clipboardExpand all lines: community/boilerplates/auth-webhooks/nodejs-express/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ $ now
93
93
94
94
Once you have deployed this webhook, you can use it along with the GraphQL engine. You have to set the webhook URL as an environment variable in the docker container that runs the GraphQL engine.
95
95
96
-
*[Read the docs](https://docs.hasura.io/1.0/graphql/manual/auth/authentication/webhook.html).*
96
+
*[Read the docs](https://hasura.io/docs/1.0/graphql/manual/auth/authentication/webhook.html).*
Copy file name to clipboardExpand all lines: community/boilerplates/event-triggers/netlify-functions/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Click on the following button to deploy GraphQL Engine on Heroku with the free P
8
8
9
9
[](https://heroku.com/deploy?template=https://github.com/hasura/graphql-engine-heroku)
10
10
11
-
Checkout [docs](https://docs.hasura.io/1.0/graphql/manual/deployment/index.html) for other deployment options.
11
+
Checkout [docs](https://hasura.io/docs/1.0/graphql/manual/deployment/index.html) for other deployment options.
Copy file name to clipboardExpand all lines: community/boilerplates/event-triggers/zeit-now/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Click on the following button to deploy GraphQL Engine on Heroku with the free P
8
8
9
9
[](https://heroku.com/deploy?template=https://github.com/hasura/graphql-engine-heroku)
10
10
11
-
Checkout [docs](https://docs.hasura.io/1.0/graphql/manual/deployment/index.html) for other deployment options.
11
+
Checkout [docs](https://hasura.io/docs/1.0/graphql/manual/deployment/index.html) for other deployment options.
Copy file name to clipboardExpand all lines: community/sample-apps/gatsby-contentful-auth0/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ npm install
12
12
> Note: if you clone this project through the Gatsby CLI, it will install the modules for you.
13
13
14
14
## Auth0
15
-
This application uses Auth0 to manage identity. Refer to the [Auth0 integration guide](https://docs.hasura.io/1.0/graphql/manual/guides/integrations/auth0-jwt.html) for the configuration.
15
+
This application uses Auth0 to manage identity. Refer to the [Auth0 integration guide](https://hasura.io/docs/1.0/graphql/manual/guides/integrations/auth0-jwt.html) for the configuration.
Copy file name to clipboardExpand all lines: community/sample-apps/nextjs-8-serverless/with-apollo-jwt/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
[](https://heroku.com/deploy?template=https://github.com/hasura/graphql-engine-heroku)
9
9
10
-
Please checkout our [docs](https://docs.hasura.io/1.0/graphql/manual/deployment/index.html) for other deployment methods
10
+
Please checkout our [docs](https://hasura.io/docs/1.0/graphql/manual/deployment/index.html) for other deployment methods
11
11
12
12
- Get the Heroku app URL (say `my-app.herokuapp.com`)
Copy file name to clipboardExpand all lines: community/sample-apps/nextjs-8-serverless/with-apollo/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
[](https://heroku.com/deploy?template=https://github.com/hasura/graphql-engine-heroku)
10
10
11
-
Please checkout our [docs](https://docs.hasura.io/1.0/graphql/manual/deployment/index.html) for other deployment methods
11
+
Please checkout our [docs](https://hasura.io/docs/1.0/graphql/manual/deployment/index.html) for other deployment methods
12
12
13
13
- Get the Heroku app URL (say `my-app.herokuapp.com`)
For a complete tutorial about data modelling, [check out this blog](https://blog.hasura.io/building-a-realtime-chat-app-with-graphql-subscriptions-d68cd33e73f).
10
+
For a complete tutorial about data modelling, [check out this blog](https://hasura.io/docs/building-a-realtime-chat-app-with-graphql-subscriptions-d68cd33e73f).
0 commit comments