update links

This commit is contained in:
Nebel 2022-08-19 10:04:01 +09:00
parent d2e8d7032b
commit f1c7dc5e30
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
認証には、Webhookを介する方法とJWTを介する方法があります。
より詳しい情報は、[公式ドキュメント](https://hasura.io/docs/latest/graphql/core/auth/index.html) や、公式チュートリアルを参照してください。
より詳しい情報は、[公式ドキュメント](https://hasura.io/docs/latest/auth/index/) や、公式チュートリアルを参照してください。
- [Hasura GraphQL チュートリアル](https://hasura.io/learn/graphql/hasura/introduction/)
- [Hasura GraphQL チュートリアル (日本語版)](https://hasura.io/learn/ja/graphql/hasura/introduction/)
@ -14,4 +14,4 @@
応答ヘッダーには、デフォルトで `Access-Control-Allow-Origin: *` ヘッダーが含まれており、外部からのアクセスをすべて許可しています。
適宜セキュリティ要件に合わせて設定することを推奨します。
より詳しい情報は、[公式ドキュメント](https://hasura.io/docs/latest/graphql/core/deployment/graphql-engine-flags/config-examples.html#id1) を参照してください。
より詳しい情報は、[公式ドキュメント](https://hasura.io/docs/latest/deployment/graphql-engine-flags/config-examples/#configure-cors) を参照してください。

View file

@ -2,7 +2,7 @@
## Hasura公式ドキュメント
[Hasura GraphQL Docs](https://hasura.io/docs/latest/graphql/core/index.html)
[Hasura GraphQL Docs](https://hasura.io/docs/latest/index/)
## Hasuraチュートリアル