diff --git a/internal/check/handler.go b/internal/check/handler.go index 2b548e8eb..0f9aec8cf 100644 --- a/internal/check/handler.go +++ b/internal/check/handler.go @@ -80,7 +80,7 @@ type getCheckRequest struct { // // # Check a relation tuple // -// To learn how relation tuples and the check works, head over to [the documentation](../concepts/relation-tuples.mdx). +// To learn how relation tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview). // // Consumes: // - application/x-www-form-urlencoded @@ -107,7 +107,7 @@ func (h *Handler) getCheckNoStatus(w http.ResponseWriter, r *http.Request, _ htt // // # Check a relation tuple // -// To learn how relation tuples and the check works, head over to [the documentation](../concepts/relation-tuples.mdx). +// To learn how relation tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview). // // Consumes: // - application/x-www-form-urlencoded @@ -163,7 +163,7 @@ func (h *Handler) getCheck(ctx context.Context, q url.Values) (bool, error) { // // # Check a relation tuple // -// To learn how relation tuples and the check works, head over to [the documentation](../concepts/relation-tuples.mdx). +// To learn how relation tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview). // // Consumes: // - application/json @@ -190,7 +190,7 @@ func (h *Handler) postCheckNoStatus(w http.ResponseWriter, r *http.Request, _ ht // // # Check a relation tuple // -// To learn how relation tuples and the check works, head over to [the documentation](../concepts/relation-tuples.mdx). +// To learn how relation tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview). // // Consumes: // - application/json diff --git a/internal/httpclient/api/openapi.yaml b/internal/httpclient/api/openapi.yaml index 99295e746..f33c8da06 100644 --- a/internal/httpclient/api/openapi.yaml +++ b/internal/httpclient/api/openapi.yaml @@ -370,7 +370,7 @@ paths: /relation-tuples/check: get: description: To learn how relation tuples and the check works, head over to - [the documentation](../concepts/relation-tuples.mdx). + [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview). operationId: getCheckMirrorStatus responses: "200": @@ -402,7 +402,7 @@ paths: - read post: description: To learn how relation tuples and the check works, head over to - [the documentation](../concepts/relation-tuples.mdx). + [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview). operationId: postCheckMirrorStatus responses: "200": @@ -435,7 +435,7 @@ paths: /relation-tuples/check/openapi: get: description: To learn how relation tuples and the check works, head over to - [the documentation](../concepts/relation-tuples.mdx). + [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview). operationId: getCheck parameters: - description: Namespace of the Relation Tuple @@ -526,7 +526,7 @@ paths: - read post: description: To learn how relation tuples and the check works, head over to - [the documentation](../concepts/relation-tuples.mdx). + [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview). operationId: postCheck parameters: - explode: true diff --git a/internal/httpclient/api_read.go b/internal/httpclient/api_read.go index 3fd00fe18..e6e2c5198 100644 --- a/internal/httpclient/api_read.go +++ b/internal/httpclient/api_read.go @@ -28,7 +28,7 @@ type ReadApi interface { /* * GetCheck Check a relation tuple - * To learn how relation tuples and the check works, head over to [the documentation](../concepts/relation-tuples.mdx). + * To learn how relation tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview). * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ReadApiApiGetCheckRequest */ @@ -42,7 +42,7 @@ type ReadApi interface { /* * GetCheckMirrorStatus Check a relation tuple - * To learn how relation tuples and the check works, head over to [the documentation](../concepts/relation-tuples.mdx). + * To learn how relation tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview). * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ReadApiApiGetCheckMirrorStatusRequest */ @@ -84,7 +84,7 @@ type ReadApi interface { /* * PostCheck Check a relation tuple - * To learn how relation tuples and the check works, head over to [the documentation](../concepts/relation-tuples.mdx). + * To learn how relation tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview). * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ReadApiApiPostCheckRequest */ @@ -98,7 +98,7 @@ type ReadApi interface { /* * PostCheckMirrorStatus Check a relation tuple - * To learn how relation tuples and the check works, head over to [the documentation](../concepts/relation-tuples.mdx). + * To learn how relation tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview). * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ReadApiApiPostCheckMirrorStatusRequest */ @@ -166,7 +166,7 @@ func (r ReadApiApiGetCheckRequest) Execute() (*GetCheckResponse, *http.Response, /* * GetCheck Check a relation tuple - * To learn how relation tuples and the check works, head over to [the documentation](../concepts/relation-tuples.mdx). + * To learn how relation tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview). * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ReadApiApiGetCheckRequest */ @@ -310,7 +310,7 @@ func (r ReadApiApiGetCheckMirrorStatusRequest) Execute() (*GetCheckResponse, *ht /* * GetCheckMirrorStatus Check a relation tuple - * To learn how relation tuples and the check works, head over to [the documentation](../concepts/relation-tuples.mdx). + * To learn how relation tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview). * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ReadApiApiGetCheckMirrorStatusRequest */ @@ -810,7 +810,7 @@ func (r ReadApiApiPostCheckRequest) Execute() (*GetCheckResponse, *http.Response /* * PostCheck Check a relation tuple - * To learn how relation tuples and the check works, head over to [the documentation](../concepts/relation-tuples.mdx). + * To learn how relation tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview). * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ReadApiApiPostCheckRequest */ @@ -935,7 +935,7 @@ func (r ReadApiApiPostCheckMirrorStatusRequest) Execute() (*GetCheckResponse, *h /* * PostCheckMirrorStatus Check a relation tuple - * To learn how relation tuples and the check works, head over to [the documentation](../concepts/relation-tuples.mdx). + * To learn how relation tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview). * @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). * @return ReadApiApiPostCheckMirrorStatusRequest */ diff --git a/spec/api.json b/spec/api.json index 5abe5351b..129a3feef 100755 --- a/spec/api.json +++ b/spec/api.json @@ -757,7 +757,7 @@ }, "/relation-tuples/check": { "get": { - "description": "To learn how relation tuples and the check works, head over to [the documentation](../concepts/relation-tuples.mdx).", + "description": "To learn how relation tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview).", "operationId": "getCheckMirrorStatus", "responses": { "200": { @@ -805,7 +805,7 @@ "tags": ["read"] }, "post": { - "description": "To learn how relation tuples and the check works, head over to [the documentation](../concepts/relation-tuples.mdx).", + "description": "To learn how relation tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview).", "operationId": "postCheckMirrorStatus", "responses": { "200": { @@ -855,7 +855,7 @@ }, "/relation-tuples/check/openapi": { "get": { - "description": "To learn how relation tuples and the check works, head over to [the documentation](../concepts/relation-tuples.mdx).", + "description": "To learn how relation tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview).", "operationId": "getCheck", "parameters": [ { @@ -959,7 +959,7 @@ "tags": ["read"] }, "post": { - "description": "To learn how relation tuples and the check works, head over to [the documentation](../concepts/relation-tuples.mdx).", + "description": "To learn how relation tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview).", "operationId": "postCheck", "parameters": [ { diff --git a/spec/swagger.json b/spec/swagger.json index 65a4548aa..5930e2d57 100755 --- a/spec/swagger.json +++ b/spec/swagger.json @@ -374,7 +374,7 @@ }, "/relation-tuples/check": { "get": { - "description": "To learn how relation tuples and the check works, head over to [the documentation](../concepts/relation-tuples.mdx).", + "description": "To learn how relation tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview).", "consumes": ["application/x-www-form-urlencoded"], "produces": ["application/json"], "schemes": ["http", "https"], @@ -409,7 +409,7 @@ } }, "post": { - "description": "To learn how relation tuples and the check works, head over to [the documentation](../concepts/relation-tuples.mdx).", + "description": "To learn how relation tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview).", "consumes": ["application/json"], "produces": ["application/json"], "schemes": ["http", "https"], @@ -446,7 +446,7 @@ }, "/relation-tuples/check/openapi": { "get": { - "description": "To learn how relation tuples and the check works, head over to [the documentation](../concepts/relation-tuples.mdx).", + "description": "To learn how relation tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview).", "consumes": ["application/x-www-form-urlencoded"], "produces": ["application/json"], "schemes": ["http", "https"], @@ -525,7 +525,7 @@ } }, "post": { - "description": "To learn how relation tuples and the check works, head over to [the documentation](../concepts/relation-tuples.mdx).", + "description": "To learn how relation tuples and the check works, head over to [the documentation](https://www.ory.sh/docs/keto/concepts/api-overview).", "consumes": ["application/json"], "produces": ["application/json"], "schemes": ["http", "https"],