Skip to content

Commit 0336dff

Browse files
reithormnocon
authored andcommitted
Fixed cli.ibexa.cloud (#3299)
1 parent d9c87ae commit 0336dff

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/ibexa_cloud/ddev_and_ibexa_cloud.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Two ways are available to run an [[= product_name_cloud =]] project locally with
1212

1313
!!! note
1414

15-
The following examples use [[[= product_name_cloud =]] CLI (`ibexa_cloud`)](https://cli.ibexa.co/).
15+
The following examples use [[[= product_name_cloud =]] CLI (`ibexa_cloud`)](https://cli.ibexa.cloud/).
1616

1717
## With Ibexa Cloud add-ons
1818

@@ -32,7 +32,7 @@ To use an `auth.json` file for this purpose, see [Using `auth.json`](install_wit
3232
The following sequence of commands:
3333

3434
1. Downloads the [[= product_name_cloud =]] project from the default environment "production"
35-
into a new directory (for example `my-ddev-project`), using the [`ibexa_cloud` command](https://cli.ibexa.co/).
35+
into a new directory (for example `my-ddev-project`), using the [`ibexa_cloud` command](https://cli.ibexa.cloud/).
3636
(Replace `<project-ID>` with the hash of your own project.
3737
See [`ibexa_cloud help get`](https://fixed.docs.upsun.com/administration/cli.html#3-use) for options like selecting another environment).
3838
1. Configures a new DDEV project.
@@ -77,7 +77,7 @@ The following example adapts the [manual method to run an already existing proje
7777

7878
The following sequence of commands:
7979

80-
1. Downloads the [[= product_name_cloud =]] Upsun project from the default environment "production" into a new directory, using the [[[= product_name_cloud =]] CLI](https://cli.ibexa.co/).
80+
1. Downloads the [[= product_name_cloud =]] Upsun project from the default environment "production" into a new directory, using the [[[= product_name_cloud =]] CLI](https://cli.ibexa.cloud/).
8181
(Replace `<project-ID>` with the hash of your own project. See [`ibexa_cloud help get`](https://fixed.docs.upsun.com/administration/cli.html#3-use) for options like selecting another environment).
8282
1. Configures a new DDEV project.
8383
1. Ignores `.ddev/` directory from Git.

docs/infrastructure_and_maintenance/cache/http_cache/content_aware_cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ Typically, you can add a `gw` to the hostname and use nslookup to find it.
400400
Address: 1.2.3.4
401401
```
402402

403-
You can also use the [[[= product_name_cloud =]] CLI](https://cli.ibexa.co/) (which has the same command as the Upsun CLI) to find [the endpoint](https://fixed.docs.upsun.com/domains/steps/dns.html):
403+
You can also use the [[[= product_name_cloud =]] CLI](https://cli.ibexa.cloud/) (which has the same command as the Upsun CLI) to find [the endpoint](https://fixed.docs.upsun.com/domains/steps/dns.html):
404404

405405
```bash
406406
ibexa_cloud environment:info edge_hostname

0 commit comments

Comments
 (0)