From ca9daab58547be47c1ace88abc8572612dcf9264 Mon Sep 17 00:00:00 2001 From: Jay Giang Date: Mon, 8 Dec 2025 17:40:16 -0800 Subject: [PATCH] fix: update links to use HTTPS --- docs/_common/secure.mdx | 2 +- docs/keto/sdk/05_go.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_common/secure.mdx b/docs/_common/secure.mdx index 4d229c7fa..de061e378 100644 --- a/docs/_common/secure.mdx +++ b/docs/_common/secure.mdx @@ -6,6 +6,6 @@ considered authenticated, authorized, and will be executed. Leaving the APIs in When deploying Ory open-source Servers, protect access to their APIs using [Ory Oathkeeper](https://github.com/ory/oathkeeper) or a comparable API Gateway. -If you need help, reach out to the community on [Ory Community Slack](http://slack.ory.com/). +If you need help, reach out to the community on [Ory Community Slack](https://slack.ory.com/). ::: diff --git a/docs/keto/sdk/05_go.mdx b/docs/keto/sdk/05_go.mdx index faca65780..42785f364 100644 --- a/docs/keto/sdk/05_go.mdx +++ b/docs/keto/sdk/05_go.mdx @@ -27,7 +27,7 @@ Ory Permissions exposes two APIs for integration - REST - [Permission API](https://www.ory.com/docs/reference/api#tag/permission) - [Relationship API](https://www.ory.com/docs/reference/api#tag/relationship) -- [gRPC](http://ory.com/docs/keto/reference/proto-api) +- [gRPC](https://ory.com/docs/keto/reference/proto-api) ## Installation