Skip to content

Commit ae16759

Browse files
committed
Chore: Reverting change from console.ory.com back to console.ory.sh
1 parent d0600e8 commit ae16759

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+109
-109
lines changed

docs/account-experience/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ Account Experience. You can find various customizations and settings in the Ory
1111
## Theming
1212

1313
The Account Experience can be themed using the Ory Console. Head over to the
14-
[theming settings](https://console.ory.com/projects/current/account-experience/theming). It is also possible to set a custom logo
14+
[theming settings](https://console.ory.sh/projects/current/account-experience/theming). It is also possible to set a custom logo
1515
and favicon.
1616

1717
## Welcome Screen
1818

1919
The Account Experience comes with a welcome screen that shows information about the current user's session. As this screen is
20-
rather meant for debugging purposes, it can be disabled in the [Ory Console](https://console.ory.com/projects/current/ui).
20+
rather meant for debugging purposes, it can be disabled in the [Ory Console](https://console.ory.sh/projects/current/ui).
2121

2222
## Translations (i18n) & Message Customization
2323

docs/actions/live-events.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Important:
5050
compatibility guarantees are made for them.
5151

5252
If you intend to write a consumer that needs a detailed schema and stability guarantees about the `eventAttributes` field, please
53-
[open a support ticket](https://console.ory.com/support/).
53+
[open a support ticket](https://console.ory.sh/support/).
5454

5555
## Event names
5656

@@ -135,7 +135,7 @@ New event names may be added in the future, in which case this list will be upda
135135
1. No ordering guarantees: Events may arrive in any order, both within a request and across different requests.
136136

137137
Stronger guarantees can be implemented for your use case if needed, in this case please
138-
[open a support ticket](https://console.ory.com/support/).
138+
[open a support ticket](https://console.ory.sh/support/).
139139

140140
## Configure event streams
141141

docs/concepts/cache.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Per default, the session's cache time is set to 2 minutes and 30 seconds.
4949

5050
:::
5151

52-
You can modify this value in the [Ory Console](https://console.ory.com/projects/current/authentication/sessions) or using the Ory
52+
You can modify this value in the [Ory Console](https://console.ory.sh/projects/current/authentication/sessions) or using the Ory
5353
CLI (see the [Configuration](#configuration) section).
5454

5555
The longer the cache time, the more likely it is that the session data is outdated at the benefit of faster API responses. The
@@ -110,7 +110,7 @@ By default, the Edge Sessions feature is turned off for all projects. Follow the
110110
111111
112112
To turn on Edge Sessions, go to **Authentication** → **Sessions** in the
113-
[Ory Console](https://console.ory.com/projects/current/authentication/sessions).
113+
[Ory Console](https://console.ory.sh/projects/current/authentication/sessions).
114114
115115
</TabItem>
116116
<TabItem value="cli" label="Ory CLI">

docs/concepts/personal-access-token.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ API Keys are used to authorize privileged operations to Ory Network Project Admi
2929
call the Admin API, which allows you to delete users.
3030

3131
API Keys work only in the context of the Project for which they were created. You create API Keys in the
32-
[Ory Console](https://console.ory.com/).
32+
[Ory Console](https://console.ory.sh/).
3333

3434
### Creating API Keys
3535

@@ -47,7 +47,7 @@ good practice, however it comes at the cost of increased maintenance -- automati
4747
renew them, your service might degrade or become unavailable.
4848

4949
```mdx-code-block
50-
<BrowserWindow url="https://console.ory.com/projects/current/developers">
50+
<BrowserWindow url="https://console.ory.sh/projects/current/developers">
5151
5252
![Configure project API keys in the Ory Console](./_static/api_keys/pak.png)
5353
@@ -87,7 +87,7 @@ APIs of all projects that belong to this workspace. For example, you must use a
8787
workspace, or add a new B2B SSO organization to a project within that workspace.
8888

8989
API Keys work in the context of the workspace for which they were created, as well as for all projects of that workspace. You
90-
create API Keys in the [Ory Console](https://console.ory.com/).
90+
create API Keys in the [Ory Console](https://console.ory.sh/).
9191

9292
However, workspace API keys do not work for managing the data of the projects itself, such as interacting with identities,
9393
sessions, or OAuth2 clients. For these operations, you need to use the
@@ -99,7 +99,7 @@ Follow these steps to create API keys for your workspace:
9999

100100
[//]: # "TODO: use the <ConsoleLink> once it works with `current` workspace links"
101101

102-
1. Go to the [Ory Console](https://console.ory.com/).
102+
1. Go to the [Ory Console](https://console.ory.sh/).
103103
2. Go to **Workspace settings** through the workspace menu in the top left corner.
104104
3. Select **API keys** in the sidebar.
105105
4. Click the **+** icon in the **API Keys** section.
@@ -112,7 +112,7 @@ good practice, however it comes at the cost of increased maintenance -- automati
112112
renew them, your service might degrade or become unavailable.
113113

114114
```mdx-code-block
115-
<BrowserWindow url="https://console.ory.com/workspaces/current/settings/api-keys">
115+
<BrowserWindow url="https://console.ory.sh/workspaces/current/settings/api-keys">
116116
117117
![Configure workspace API keys in the Ory Console](./_static/api_keys/wak.png)
118118
@@ -139,7 +139,7 @@ For example, when calling the API to get a project at `/projects/:project_id`, i
139139

140140
```shell
141141
GET /projects/$PROJECT_ID HTTP/1.1
142-
Host: api.console.ory.com
142+
Host: api.console.ory.sh
143143
Accept: application/json
144144
# highlight-next-line
145145
Authorization: Bearer $API_KEY

docs/console/change-owner.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ transfer.
3939
1. **Moving the project to a workspace**:
4040

4141
1. First, select the project you want to transfer.
42-
2. Go to the [project settings](https://console.ory.com/projects/7c256603-6750-4f22-8fc0-9430fc3fc747/settings) and click on
42+
2. Go to the [project settings](https://console.ory.sh/projects/7c256603-6750-4f22-8fc0-9430fc3fc747/settings) and click on
4343
_"Move project"_:
4444

4545
![Move the project to a workspace](./_static/move-project.png)

docs/console/usage-billing.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Usage credits will be applied to the total service usage, but unused credits wil
3434
```mdx-code-block
3535
import BrowserWindow from "@site/src/theme/BrowserWindow"
3636
37-
<BrowserWindow url="https://console.ory.com/workspaces/<id>/settings/billing">
37+
<BrowserWindow url="https://console.ory.sh/workspaces/<id>/settings/billing">
3838
3939
![Usage-based Invoices](./_static/usage-billing-screenshot.png)
4040
@@ -55,7 +55,7 @@ You can additionally filter the data by:
5555

5656
```mdx-code-block
5757
58-
<BrowserWindow url="https://console.ory.com/workspaces/<id>/settings/billing">
58+
<BrowserWindow url="https://console.ory.sh/workspaces/<id>/settings/billing">
5959
6060
![Usage-based Invoices](./_static/usage-billing-chart.png)
6161
@@ -67,7 +67,7 @@ project. The data displayed on this charts is affected by previous filter select
6767

6868
```mdx-code-block
6969
70-
<BrowserWindow url="https://console.ory.com/workspaces/<id>/settings/billing">
70+
<BrowserWindow url="https://console.ory.sh/workspaces/<id>/settings/billing">
7171
7272
![Usage-based Invoices](./_static/usage-billing-breakdown.png)
7373

docs/getting-started/_common/create-project.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
1. Create an Ory account at [https://console.ory.com](https://console.ory.com)
2-
2. Create a new project at [https://console.ory.com/projects/create](https://console.ory.com/projects/create)
1+
1. Create an Ory account at [https://console.ory.sh](https://console.ory.sh)
2+
2. Create a new project at [https://console.ory.sh/projects/create](https://console.ory.sh/projects/create)
33
3. Go to your project settings
44

55
```mdx-code-block
66
import BrowserWindow from "@site/src/theme/BrowserWindow"
77
8-
<BrowserWindow url="https://console.ory.com/projects/<id>/settings">
8+
<BrowserWindow url="https://console.ory.sh/projects/<id>/settings">
99
1010
![Project settings tab](../_static/shared/project-settings-tab.png)
1111
@@ -16,7 +16,7 @@ import BrowserWindow from "@site/src/theme/BrowserWindow"
1616

1717
```mdx-code-block
1818
19-
<BrowserWindow url="https://console.ory.com/projects/<id>/settings">
19+
<BrowserWindow url="https://console.ory.sh/projects/<id>/settings">
2020
2121
![Project credentials](../_static/shared/project-credentials.png)
2222

docs/getting-started/integrate-auth/14_auth-js.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ To create the client using the Ory Console:
6363
6464
1. Sign in to your Ory Network account.
6565
2. Create or select a project.
66-
3. Go to **OAuth 2**, select [**OAuth2 Clients**](https://console.ory.com/projects/current/oauth), and select [**Create OAuth 2.0 Client**](https://console.ory.com/projects/current/oauth/create).
66+
3. Go to **OAuth 2**, select [**OAuth2 Clients**](https://console.ory.sh/projects/current/oauth), and select [**Create OAuth 2.0 Client**](https://console.ory.sh/projects/current/oauth/create).
6767
4. Select **Server App**.
6868
5. Enter a client name, for example, "NextAuth / Auth.js Example."
6969
6. Ensure the following scopes are selected:
@@ -94,7 +94,7 @@ To create the client using the Ory Console:
9494
To create the client using the Ory CLI, run the following command:
9595
9696
```shell
97-
export ORY_PROJECT_ID= # Take this value from https://console.ory.com/projects/current/get-started
97+
export ORY_PROJECT_ID= # Take this value from https://console.ory.sh/projects/current/get-started
9898
ory create oauth2-client --project $ORY_PROJECT_ID \
9999
--redirect-uri http://localhost:3000/api/auth/callback/ory \
100100
--name "NextAuth / Auth.js Example" \
@@ -115,7 +115,7 @@ Update your `.env.local` file to match the example:
115115
<CodeFromRemote lang="env" src="https://github.com/ory/next-auth-example/blob/main/.env.local.example" />
116116
```
117117

118-
Also add your Ory SDK URL. You can find it in the [**Get started**](https://console.ory.com/projects/current/get-started) section
118+
Also add your Ory SDK URL. You can find it in the [**Get started**](https://console.ory.sh/projects/current/get-started) section
119119
of the Ory Console.
120120

121121
## Test your application

docs/getting-started/integrate-auth/16_nextjs_app_router.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ all files referenced as being in the `root` directory inside `src/` instead.
195195
<CodeFromRemote lang="bash" title=".env" src="https://raw.githubusercontent.com/ory/elements/refs/heads/main/examples/nextjs-app-router/.env" />
196196
```
197197

198-
You can find your Ory Network project URL in the [**Get started**](https://console.ory.com/projects/current/get-started) section
198+
You can find your Ory Network project URL in the [**Get started**](https://console.ory.sh/projects/current/get-started) section
199199
of the Ory Console.
200200

201201
## Next steps

docs/getting-started/integrate-auth/17_nextjs_pages_router.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ The code used in the following quickstart is available in the
158158
<CodeFromRemote lang="bash" title=".env" src="https://raw.githubusercontent.com/ory/elements/refs/heads/main/examples/nextjs-pages-router/.env" />
159159
```
160160

161-
You can find your Ory Network project URL in the [**Get started**](https://console.ory.com/projects/current/get-started) section
161+
You can find your Ory Network project URL in the [**Get started**](https://console.ory.sh/projects/current/get-started) section
162162
of the Ory Console.
163163

164164
## Next steps

0 commit comments

Comments
 (0)