Skip to content

Commit 57e06a2

Browse files
committed
autogen(docs): generate cli docs
1 parent 9e49b7d commit 57e06a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/cli/ory-get-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ ory get identity [id-1] [id-2] [id-n] [flags]
2626
### Examples
2727

2828
```
29-
To get the identities with the recovery email address at the domain "ory.com", run:
29+
To get the identities with the recovery email address at the domain "ory.sh", run:
3030
31-
ory get identity $(ory ls identities --format json | jq -r 'map(select(.recovery_addresses[].value | endswith("@ory.com"))) | .[].id')
31+
ory get identity $(ory ls identities --format json | jq -r 'map(select(.recovery_addresses[].value | endswith("@ory.sh"))) | .[].id')
3232
```
3333

3434
### Options

docs/cli/ory-patch-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ specified in the patch will be overwritten. To replace the config use the `updat
2020

2121
The format of the patch is a JSON-Patch document. For more details please check:
2222

23-
https://www.ory.com/docs/reference/api#operation/patchProject
23+
https://www.ory.sh/docs/reference/api#operation/patchProject
2424
https://jsonpatch.com
2525

2626
```

0 commit comments

Comments
 (0)