diff --git a/website/docs/getting-started/setup/instance-configuration/external-redis.mdx b/website/docs/getting-started/setup/instance-configuration/external-redis.mdx index 1fbe8efa86..b87dd62a7f 100644 --- a/website/docs/getting-started/setup/instance-configuration/external-redis.mdx +++ b/website/docs/getting-started/setup/instance-configuration/external-redis.mdx @@ -19,7 +19,7 @@ Before configuring an external Redis instance for your Appsmith instance, ensure Follow these steps to set up an external Redis instance for Appsmith. If you already have a Redis instance, skip this step and move to [Connect Appsmith to external Redis](#connect-appsmith-to-external-redis) section. 1. Create a Redis instance: - - **Self-hosted Redis**: Install and configure Redis on your server using the [Redis installation guide](https://redis.io/docs/getting-started/installation/). + - **Self-hosted Redis**: Install and configure Redis on your server using the [Redis installation guide](https://redis.io/docs/latest/get-started/). - **Cloud-hosted Redis**: Set up a managed Redis instance using a cloud provider such as AWS ElastiCache, Redis Cloud, or Azure Cache for Redis. diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 71ed9c019b..c21a52d30f 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -101,7 +101,7 @@ const config = { position: 'right', }, { - href: 'https://app.appsmith.com', + href: 'https://login.appsmith.com', label: 'Try Appsmith', position: 'right' },