Skip to content

Commit 865b150

Browse files
praveenwebrikinsk
andauthored
noop: replace subdomain links with subpath (hasura#3869)
Co-authored-by: Rikin Kachhia <[email protected]>
1 parent 85dae9b commit 865b150

File tree

75 files changed

+389
-384
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+389
-384
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
Does this PR change Hasura Catalog version?
4343
- [ ] No
4444
- [ ] 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 -->
4646

4747
#### Metadata
4848
<!-- Hasura metadata changes -->

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The contributing guide for docs can be found at [docs/CONTRIBUTING.md](docs/CONT
7272

7373
### Community content
7474

75-
Since we launched our [learn page](https://learn.hasura.io/), we are happy about contributions:
75+
Since we launched our [learn page](https://hasura.io/learn/), we are happy about contributions:
7676

7777
- Fix errors in existing learn tutorials
7878

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Hasura GraphQL Engine
22

3-
[![Docs](https://img.shields.io/badge/docs-v1.0-brightgreen.svg?style=flat)](https://docs.hasura.io)
3+
[![Docs](https://img.shields.io/badge/docs-v1.0-brightgreen.svg?style=flat)](https://hasura.io/docs)
44
[![CircleCI](https://circleci.com/gh/hasura/graphql-engine.svg?style=shield)](https://circleci.com/gh/hasura/graphql-engine)
55

66

@@ -12,7 +12,7 @@ Hasura GraphQL Engine is a blazing-fast GraphQL server that gives you **instant,
1212

1313
Hasura helps you build GraphQL apps backed by Postgres or incrementally move to GraphQL for existing applications using Postgres.
1414

15-
Read more at [hasura.io](https://hasura.io) and the [docs](https://docs.hasura.io).
15+
Read more at [hasura.io](https://hasura.io) and the [docs](https://hasura.io/docs).
1616

1717
------------------
1818

@@ -36,7 +36,7 @@ Read more at [hasura.io](https://hasura.io) and the [docs](https://docs.hasura.i
3636
* **Admin UI & Migrations**: Admin UI & Rails-inspired schema migrations
3737
* **Postgres** ❤️: Supports Postgres types (PostGIS/geo-location, etc.), turns views to *graphs*, trigger stored functions or procedures with mutations
3838

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).
4040

4141
## Table of contents
4242
<!-- 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.
7777

7878
3. Make your first GraphQL query
7979

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).
8181

8282
### Other one-click deployment options
8383

8484
Check out the instructions for the following one-click deployment options:
8585

8686
| **Infra provider** | **One-click link** | **Additional information** |
8787
|:------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------------------------------------------------------------------------------------------------:|
88-
| DigitalOcean | [![Deploy to DigitalOcean](https://graphql-engine-cdn.hasura.io/img/create_hasura_droplet_200px.png)](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 | [![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](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 | [![Deploy to DigitalOcean](https://graphql-engine-cdn.hasura.io/img/create_hasura_droplet_200px.png)](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 | [![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](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) |
9090

9191
### Other deployment methods
9292

9393
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
9595
[install manifests](install-manifests).
9696

9797
## Architecture
@@ -122,7 +122,7 @@ processing - [read more](event-triggers.md).
122122

123123
### Derived data or data transformations
124124

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://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).
126126

127127
## Demos
128128

cli/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const (
4545
const (
4646
StrTelemetryNotice = `Help us improve Hasura! The cli collects anonymized usage stats which
4747
allow us to keep improving Hasura at warp speed. To opt-out or read more,
48-
visit https://docs.hasura.io/1.0/graphql/manual/guides/telemetry.html
48+
visit https://hasura.io/docs/1.0/graphql/manual/guides/telemetry.html
4949
`
5050
)
5151

cli/commands/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func NewInitCmd(ec *cli.ExecutionContext) *cobra.Command {
4545
# Create a directory with endpoint and admin secret configured:
4646
hasura init <my-project> --endpoint https://my-graphql-engine.com --admin-secret adminsecretkey
4747
48-
# See https://docs.hasura.io/1.0/graphql/manual/migrations/index.html for more details`,
48+
# See https://hasura.io/docs/1.0/graphql/manual/migrations/index.html for more details`,
4949
SilenceUsage: true,
5050
Args: cobra.MaximumNArgs(1),
5151
PreRunE: func(cmd *cobra.Command, args []string) error {

community/boilerplates/auth-servers/passportjs-jwt-roles/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ You can also configure the server in JWKS mode and set `HASURA_GRAPHQL_JWT_SECRE
137137
{ "type": "RS256", "jwk_url": "hostname:port/jwks" }
138138
```
139139

140-
More information in the [Hasura documentation](https://docs.hasura.io/1.0/graphql/manual/auth/authentication/jwt.html).
140+
More information in the [Hasura documentation](https://hasura.io/docs/1.0/graphql/manual/auth/authentication/jwt.html).
141141

142142
## Usage
143143

community/boilerplates/auth-webhooks/firebase-cloud-functions/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Further reading: [Firebase SDK for Cloud Functions](https://firebase.google.com/
2424

2525
Set `--auth-hook` or `HASURA_GRAPHQL_AUTH_HOOK` to the endpoint obtained above.
2626

27-
[GraphQL engine server flags reference](https://docs.hasura.io/1.0/graphql/manual/deployment/graphql-engine-flags/reference.html) for details.
27+
[GraphQL engine server flags reference](https://hasura.io/docs/1.0/graphql/manual/deployment/graphql-engine-flags/reference.html) for details.
2828

2929
## Create table and set permission
3030

31-
Follow [Common roles and auth examples](https://docs.hasura.io/1.0/graphql/manual/auth/authorization/common-roles-auth-examples.html)
31+
Follow [Common roles and auth examples](https://hasura.io/docs/1.0/graphql/manual/auth/authorization/common-roles-auth-examples.html)
3232
on Hasura doc for details of how to setup permission to a table.
3333

3434
Make sure to change id column of user table to TXT type as uid sent from webhook is firebase User UID format (e.g. 0LnvZc7405TjRTbjURhZYYVXPI52)

community/boilerplates/auth-webhooks/nodejs-express/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ $ now
9393

9494
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.
9595

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).*
9797

9898
### Firebase
9999

community/boilerplates/auth-webhooks/passport-js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ The client just need to add `Authorization: Bearer <token>` to the request sendi
9090

9191
The endpoint (say `http://localhost:8080/webhook`) can be given as an environment variable `HASURA_GRAPHQL_AUTH_HOOK` to GraphQL Engine.
9292

93-
[Read more about webhook here](https://docs.hasura.io/1.0/graphql/manual/auth/authentication/webhook.html).
93+
[Read more about webhook here](https://hasura.io/docs/1.0/graphql/manual/auth/authentication/webhook.html).

community/boilerplates/auth-webhooks/python-flask/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ HASURA_GRAPHQL_AUTH_WEBHOOK=http://localhost:5000/auth-webhook
7878

7979
All queries will be now validated through the webhook.
8080

81-
> Read more on [authentication and access control](https://docs.hasura.io/1.0/graphql/manual/auth/index.html).
81+
> Read more on [authentication and access control](https://hasura.io/docs/1.0/graphql/manual/auth/index.html).

0 commit comments

Comments
 (0)