diff --git a/cli/README.md b/cli/README.md index 5a4097a46..8fc9aa694 100644 --- a/cli/README.md +++ b/cli/README.md @@ -7,7 +7,7 @@ use it to decrypting the export from Ente Auth. ## Install The easiest way is to download a pre-built binary from the [GitHub -releases](https://github.com/ente-io/ente/releases?q=tag%3Acli-v0&expanded=true). +releases](https://github.com/ente-io/ente/releases?q=tag%3Acli-v0). You can also build these binaries yourself diff --git a/docs/docs/auth/migration-guides/export.md b/docs/docs/auth/migration-guides/export.md index e2fee2fca..58e08387d 100644 --- a/docs/docs/auth/migration-guides/export.md +++ b/docs/docs/auth/migration-guides/export.md @@ -68,7 +68,7 @@ using user provided password & kdf params. For encryption, we are using > Settings -> Data -> Import Codes -> ente Encrypted export. - **Decrypt using Ente CLI** : Download the latest version of - [Ente CLI](https://github.com/ente-io/ente/releases?q=CLI&expanded=false), + [Ente CLI](https://github.com/ente-io/ente/releases?q=tag%3Acli-v0), and run the following command ``` diff --git a/docs/docs/self-hosting/guides/custom-server/index.md b/docs/docs/self-hosting/guides/custom-server/index.md index 453d05e72..325d46dca 100644 --- a/docs/docs/self-hosting/guides/custom-server/index.md +++ b/docs/docs/self-hosting/guides/custom-server/index.md @@ -24,7 +24,7 @@ configure the endpoint the app should be connecting to. > [!WARNING] The new version of CLI that supports connecting to custom server is > still in beta. You can download the beta version from -> [here](https://github.com/ente-io/ente/releases?q=tag%3Acli-v0&expanded=true) +> [here](https://github.com/ente-io/ente/releases?q=tag%3Acli-v0) Define a config.yaml and put it either in the same directory as CLI or path defined in env variable `ENTE_CLI_CONFIG_PATH`