From c18115ef522eeaa41738aa2aee08bfe546f692be Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Thu, 14 Mar 2024 10:48:25 +0530 Subject: [PATCH] Fix link --- cli/README.md | 2 +- docs/docs/auth/migration-guides/export.md | 2 +- docs/docs/self-hosting/guides/custom-server/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/README.md b/cli/README.md index 5a4097a46e..8fc9aa6948 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 e2fee2fcae..58e08387d3 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 453d05e727..325d46dcac 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`