Skip to content

Commit aa45903

Browse files
authored
chore: update Ory Console links to .com domain (#2553)
* chore: update Ory Console links to use .com domain * fix: update console links from old domain to new domain (ory.com to orystg.com) * chore: update console links from orystg.com to ory.com
1 parent f1813e2 commit aa45903

67 files changed

Lines changed: 346 additions & 157 deletions

File tree

Some content is hidden

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

.github/workflows/static_checks.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@ jobs:
2121
config: "./docs/.markdownlint.yml"
2222
args: "./docs/docs/**/*.+(md|mdx)"
2323

24+
check-console-links:
25+
name: Check console links for 404s
26+
runs-on: ubuntu-latest
27+
steps:
28+
- uses: actions/checkout@v6
29+
- uses: actions/setup-node@v6
30+
with:
31+
node-version: "24.x"
32+
cache: "npm"
33+
- run: npm install
34+
- run: npm run check-console-links
35+
2436
misspell:
2537
name: Check spelling using misspell
2638
runs-on: ubuntu-latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ route, and renders a standard markup for both, as well as the link with the
436436
<ConsoleLink route="project.activity.events" />
437437

438438
// becomes:
439-
// Activity → Logs & Events in the [Ory Console](https://console.ory.sh/current/projects/activity/events)
439+
// Activity → Logs & Events in the [Ory Console](https://console.ory.com/current/projects/activity/events)
440440
```
441441

442442
A list of all supported routes can be found here:

docs/_common/get-started-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Before starting, ensure you have:
22

3-
1. An [Ory network account](https://console.ory.sh)
3+
1. An [Ory network account](https://console.ory.com)
44
2. Your Ory project id
55
3. Your development environment set up with your framework of choice

docs/_common/need-help.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:::info Need help?
22

33
- New to Ory? [Talk to the team](https://www.ory.com/contact) about features and plans.
4-
- Already a customer? [Open a support ticket](https://console.ory.sh/support).
4+
- Already a customer? [Open a support ticket](https://console.ory.com/support).
55

66
:::

docs/account-experience/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ 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.sh/projects/current/account-experience/theming). It is also possible to set a custom logo
14+
[theming settings](https://console.ory.com/projects/current/account-experience/theming). It is also possible to set a custom logo
1515
and favicon.
1616

1717
## Translations (i18n) & Message Customization

docs/actions/live-events.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Important:
5656
compatibility guarantees are made for them.
5757

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

6161
## Event names
6262

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

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

179179
## Configure event streams
180180

@@ -195,7 +195,7 @@ To stream events to an HTTPS endpoint, provide the URL of the endpoint when conf
195195
<TabItem value="console">
196196
```
197197

198-
1. Go to your project in the [Ory Console](https://console.ory.sh).
198+
1. Go to your project in the [Ory Console](https://console.ory.com).
199199

200200
2. Click **Project settings** in the top navigation bar.
201201

@@ -204,7 +204,7 @@ To stream events to an HTTPS endpoint, provide the URL of the endpoint when conf
204204
4. Click **Create new Event Stream**.
205205

206206
```mdx-code-block
207-
<BrowserWindow url="https://console.ory.sh/projects/b3b748e5-7ddc-4860-a672-2436a877dc93/settings/event-streams">
207+
<BrowserWindow url="https://console.ory.com/projects/b3b748e5-7ddc-4860-a672-2436a877dc93/settings/event-streams">
208208
![Event streams page with the Create new Event Stream button](./_static/live-events/event-streams-empty.png)
209209
</BrowserWindow>
210210
```
@@ -218,7 +218,7 @@ To stream events to an HTTPS endpoint, provide the URL of the endpoint when conf
218218
6. Click **Create**. The new stream appears in the event streams table.
219219

220220
```mdx-code-block
221-
<BrowserWindow url="https://console.ory.sh/projects/b3b748e5-7ddc-4860-a672-2436a877dc93/settings/event-streams">
221+
<BrowserWindow url="https://console.ory.com/projects/b3b748e5-7ddc-4860-a672-2436a877dc93/settings/event-streams">
222222
![Create new Event Stream dialog with HTTPS type selected](./_static/live-events/event-stream-https-dialog.png)
223223
</BrowserWindow>
224224
```
@@ -316,7 +316,7 @@ This allows Ory Network to assume the role in your AWS account, and publish to y
316316
<TabItem value="console">
317317
```
318318

319-
a. Go to your project in the [Ory Console](https://console.ory.sh).
319+
a. Go to your project in the [Ory Console](https://console.ory.com).
320320

321321
b. Click **Project settings** in the top navigation bar.
322322

@@ -335,7 +335,7 @@ This allows Ory Network to assume the role in your AWS account, and publish to y
335335
f. Click **Create**. The new stream appears in the event streams table.
336336

337337
```mdx-code-block
338-
<BrowserWindow url="https://console.ory.sh/projects/b3b748e5-7ddc-4860-a672-2436a877dc93/settings/event-streams">
338+
<BrowserWindow url="https://console.ory.com/projects/b3b748e5-7ddc-4860-a672-2436a877dc93/settings/event-streams">
339339
![Create new Event Stream dialog with AWS SNS type selected](./_static/live-events/event-stream-sns-dialog.png)
340340
</BrowserWindow>
341341
```

docs/concepts/cache.mdx

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

5757
:::
5858

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

6262
The longer the cache time, the more likely it is that the session data is outdated at the benefit of faster API responses. The
@@ -117,7 +117,7 @@ By default, the Edge Sessions feature is turned off for all projects. Follow the
117117
118118
119119
To turn on Edge Sessions, go to **Authentication** → **Sessions** in the
120-
[Ory Console](https://console.ory.sh/projects/current/authentication/sessions).
120+
[Ory Console](https://console.ory.com/projects/current/authentication/sessions).
121121
122122
</TabItem>
123123
<TabItem value="cli" label="Ory CLI">

docs/concepts/personal-access-token.mdx

Lines changed: 19 additions & 19 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.sh/).
32+
[Ory Console](https://console.ory.com/).
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.sh/projects/current/developers">
50+
<BrowserWindow url="https://console.ory.com/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.sh/).
90+
create API Keys in the [Ory Console](https://console.ory.com/).
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.sh/).
102+
1. Go to the [Ory Console](https://console.ory.com/).
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.sh/workspaces/current/settings/api-keys">
115+
<BrowserWindow url="https://console.ory.com/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.sh
142+
Host: api.console.ory.com
143143
Accept: application/json
144144
# highlight-next-line
145145
Authorization: Bearer $API_KEY
@@ -150,16 +150,16 @@ Authorization: Bearer $API_KEY
150150
See the following table for which operations can be performed with Workspace API keys and Project API keys. CRUD stands for
151151
create, read, update, delete.
152152

153-
| | Workspace API Keys | Project API Keys |
154-
| --------------------------------------------------------------------------------------------------- | -------------------- | ------------------------------------ |
155-
| Base URL | `api.console.ory.sh` | `$PROJECT_SLUG.projects.oryapis.com` |
156-
| Create projects | Yes | No |
157-
| Change project configurations, including the identity, oauth2, and permission service configuration | Yes | No |
158-
| Delete projects | Yes | No |
159-
| List and invite members | Yes | No |
160-
| CRUD B2B SSO organizations | Yes | No |
161-
| CRUD onboarding portal links | Yes | No |
162-
| CRUD project API keys | Yes | No |
163-
| CRUD identities | No | Yes |
164-
| CRUD OAuth2 clients | No | Yes |
165-
| CRUD relation tuples | No | Yes |
153+
| | Workspace API Keys | Project API Keys |
154+
| --------------------------------------------------------------------------------------------------- | --------------------- | ------------------------------------ |
155+
| Base URL | `api.console.ory.com` | `$PROJECT_SLUG.projects.oryapis.com` |
156+
| Create projects | Yes | No |
157+
| Change project configurations, including the identity, oauth2, and permission service configuration | Yes | No |
158+
| Delete projects | Yes | No |
159+
| List and invite members | Yes | No |
160+
| CRUD B2B SSO organizations | Yes | No |
161+
| CRUD onboarding portal links | Yes | No |
162+
| CRUD project API keys | Yes | No |
163+
| CRUD identities | No | Yes |
164+
| CRUD OAuth2 clients | No | Yes |
165+
| CRUD relation tuples | No | Yes |

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.sh/projects/7c256603-6750-4f22-8fc0-9430fc3fc747/settings) and click on
42+
2. Go to the [project settings](https://console.ory.com/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/single-sign-on.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ organization member. Enable this toggle for the designated user.
7676
You can also use the workspace members API:
7777

7878
```shell
79-
curl -X PATCH "https://api.console.ory.sh/workspaces/$WORKSPACE_ID/members/$MEMBER_ID" \
79+
curl -X PATCH "https://api.console.ory.com/workspaces/$WORKSPACE_ID/members/$MEMBER_ID" \
8080
-H "Authorization: Bearer $ORY_SESSION_TOKEN" \
8181
-H "Content-Type: application/json" \
8282
-d '{"break_glass": true}'

0 commit comments

Comments
 (0)