Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/_common/secure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

:::
2 changes: 1 addition & 1 deletion docs/keto/sdk/05_go.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Copy link
Member

@aeneasr aeneasr Dec 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@unatasha8 @wassimoo these URLs should actually be relative URLs (as discussed in our calls) so something like (please double check syntax)

[gRPC](../reference/proto-api.mdx)


## Installation

Expand Down
Loading