Skip to content

Commit

Permalink
docs: fix invalid link (#1072)
Browse files Browse the repository at this point in the history
  • Loading branch information
hperl authored Oct 17, 2022
1 parent c24931f commit 2686e98
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
8 changes: 4 additions & 4 deletions internal/check/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions internal/httpclient/api/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions internal/httpclient/api_read.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions spec/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": [
{
Expand Down Expand Up @@ -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": [
{
Expand Down
8 changes: 4 additions & 4 deletions spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down Expand Up @@ -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"],
Expand Down Expand Up @@ -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"],
Expand Down Expand Up @@ -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"],
Expand Down

0 comments on commit 2686e98

Please sign in to comment.