From cc0f80c964ca5b1e521d7ac70781328bfcfa5462 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Thu, 13 Jun 2024 08:59:26 +0200 Subject: [PATCH 1/2] =?UTF-8?q?cli.ibexa.co=20=E2=86=92=20cli.ibexa.cloud?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/getting_started/install_on_ibexa_cloud.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting_started/install_on_ibexa_cloud.md b/docs/getting_started/install_on_ibexa_cloud.md index fb68dcbbe8..22cd83fe6f 100644 --- a/docs/getting_started/install_on_ibexa_cloud.md +++ b/docs/getting_started/install_on_ibexa_cloud.md @@ -85,7 +85,7 @@ When you are done with configuration, push your project to the Platform.sh remot git push -u master ``` -You can also use the [Ibexa Cloud CLI](https://cli.ibexa.co/) to push your code. +You can also use the [Ibexa Cloud CLI](https://cli.ibexa.cloud/) to push your code. ``` bash ibexa_cloud push master @@ -97,9 +97,9 @@ ibexa_cloud push master !!! caution - Do not use Platform.sh CLI (`platform`), instead, use the [Ibexa Cloud CLI (`ibexa_cloud`)](https://cli.ibexa.co/). + Do not use Platform.sh CLI (`platform`), instead, use the [Ibexa Cloud CLI (`ibexa_cloud`)](https://cli.ibexa.cloud/). - To install Ibexa Cloud CLI, follow https://cli.ibexa.co/ "Installation instructions". + To install Ibexa Cloud CLI, follow https://cli.ibexa.cloud/ "Installation instructions". 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`. From d001371f46c11654b0052877fa9dd7e059a57b52 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Thu, 13 Jun 2024 09:00:08 +0200 Subject: [PATCH 2/2] =?UTF-8?q?cloud.ibexa.co=20=E2=86=92=20console.ibexa.?= =?UTF-8?q?cloud?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/getting_started/install_on_ibexa_cloud.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting_started/install_on_ibexa_cloud.md b/docs/getting_started/install_on_ibexa_cloud.md index 22cd83fe6f..164cffb10a 100644 --- a/docs/getting_started/install_on_ibexa_cloud.md +++ b/docs/getting_started/install_on_ibexa_cloud.md @@ -55,14 +55,14 @@ under the `relationship` key in `.platform.app.yaml` as well. ## 2. Create an account -Log in to https://cloud.ibexa.co or create an account if you don't have one yet. +Log in to https://console.ibexa.cloud or create an account if you don't have one yet. Create a project and select its region. !!! caution Don't use https://console.platform.sh/ which doesn't list [[= product_name_cloud =]] projects. - Use https://cloud.ibexa.co to manage your [[= product_name_cloud =]] projects. + Use https://console.ibexa.cloud to manage your [[= product_name_cloud =]] projects. ## 3. Prepare for hosting