Skip to content

Commit c55ac57

Browse files
authored
Use ibexa.cloud domain (#2401)
* cli.ibexa.co → cli.ibexa.cloud * cloud.ibexa.co → console.ibexa.cloud
1 parent ee52ca4 commit c55ac57

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/getting_started/install_on_ibexa_cloud.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ under the `relationship` key in `.platform.app.yaml` as well.
5555

5656
## 2. Create an account
5757

58-
Log in to https://cloud.ibexa.co or create an account if you don't have one yet.
58+
Log in to https://console.ibexa.cloud or create an account if you don't have one yet.
5959

6060
Create a project and select its region.
6161

6262
!!! caution
6363

6464
Don't use https://console.platform.sh/ which doesn't list [[= product_name_cloud =]] projects.
65-
Use https://cloud.ibexa.co to manage your [[= product_name_cloud =]] projects.
65+
Use https://console.ibexa.cloud to manage your [[= product_name_cloud =]] projects.
6666

6767
## 3. Prepare for hosting
6868

@@ -85,7 +85,7 @@ When you are done with configuration, push your project to the Platform.sh remot
8585
git push -u <platform.sh-remote> master
8686
```
8787

88-
You can also use the [Ibexa Cloud CLI](https://cli.ibexa.co/) to push your code.
88+
You can also use the [Ibexa Cloud CLI](https://cli.ibexa.cloud/) to push your code.
8989

9090
``` bash
9191
ibexa_cloud push master
@@ -97,9 +97,9 @@ ibexa_cloud push master
9797

9898
!!! caution
9999

100-
Do not use Platform.sh CLI (`platform`), instead, use the [Ibexa Cloud CLI (`ibexa_cloud`)](https://cli.ibexa.co/).
100+
Do not use Platform.sh CLI (`platform`), instead, use the [Ibexa Cloud CLI (`ibexa_cloud`)](https://cli.ibexa.cloud/).
101101

102-
To install Ibexa Cloud CLI, follow https://cli.ibexa.co/ "Installation instructions".
102+
To install Ibexa Cloud CLI, follow https://cli.ibexa.cloud/ "Installation instructions".
103103

104104
Ibexa Cloud CLI and Platform.sh CLI share the same commands and the [same documentation](https://docs.platform.sh/administration/cli.html#3-use), but you have to replace `platform` with `ibexa_cloud`.
105105

0 commit comments

Comments
 (0)