diff --git a/docs/intro/cli.rst b/docs/intro/cli.rst index 9b2fce60dc3..7e36328d84a 100644 --- a/docs/intro/cli.rst +++ b/docs/intro/cli.rst @@ -18,7 +18,7 @@ To get started with Gel, the first step is install the |gelcmd| CLI. .. code-block:: bash - $ curl --proto '=https' --tlsv1.2 -sSf https://geldata.com/sh | sh + $ curl --proto '=https' --tlsv1.2 -sSf https://www.geldata.com/sh | sh **Windows Powershell** @@ -28,7 +28,7 @@ To get started with Gel, the first step is install the |gelcmd| CLI. .. code-block:: powershell - PS> iwr https://geldata.com/ps1 -useb | iex + PS> iwr https://www.geldata.com/ps1 -useb | iex Follow the prompts on screen to complete the installation. The script will download the |gelcmd| command built for your OS and add a path to it to your diff --git a/docs/reference/cli/index.rst b/docs/reference/cli/index.rst index c70b9f28d8d..568c8701cfd 100644 --- a/docs/reference/cli/index.rst +++ b/docs/reference/cli/index.rst @@ -21,15 +21,15 @@ on-screen instructions: .. code-block:: bash - $ curl --proto '=https' --tlsv1.2 -sSf https://geldata.com/sh | sh + $ curl --proto '=https' --tlsv1.2 -sSf https://www.geldata.com/sh | sh For Windows, the installation script is: .. code-block:: powershell - PS> iwr https://geldata.com/ps1 -useb | iex + PS> iwr https://www.geldata.com/ps1 -useb | iex -* The `script `_, inspired by ``rustup``, will +* The `script `_, inspired by ``rustup``, will detect the OS and download the appropriate build of the Gel CLI tool, ``gel``. * The |gelcmd| command is a single executable (it's `open source! @@ -57,7 +57,7 @@ version of |Gel| itself!) use this command: .. code-block:: bash - $ curl --proto '=https' --tlsv1.2 -sSf https://geldata.com/sh | \ + $ curl --proto '=https' --tlsv1.2 -sSf https://www.geldata.com/sh | \ sh -s -- --nightly