Skip to content

Commit a2ddc41

Browse files
fix: broken/outdated links (#2959)
## Description Provide a concise summary of the changes made in this pull request - Fixed Try Appsmith button to point to `login.appsmith.com` instead of `app.appsmith.com` and fixed broken link to Redis installation guide. ## Pull request type Check the appropriate box: - [ ] Review Fixes - [ ] Documentation Overhaul - [ ] Feature/Story - Link one or more Engineering Tickets * - [ ] A-Force - [ ] Error in documentation - [x] Maintenance ## Documentation tickets Link to one or more documentation tickets: - ## Checklist From the below options, select the ones that are applicable: - [ ] Checked for Grammarly suggestions. - [ ] Adhered to the writing checklist. - [ ] Adhered to the media checklist. - [ ] Verified and updated cross-references or added redirect rules. - [ ] Tested the redirect rules on deploy preview. - [ ] Validated the modifications made to the content on the deploy preview. - [ ] Validated the CSS modifications on different screen sizes.
1 parent c17cbd6 commit a2ddc41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/getting-started/setup/instance-configuration/external-redis.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Before configuring an external Redis instance for your Appsmith instance, ensure
1919
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.
2020

2121
1. Create a Redis instance:
22-
- **Self-hosted Redis**: Install and configure Redis on your server using the [Redis installation guide](https://redis.io/docs/getting-started/installation/).
22+
- **Self-hosted Redis**: Install and configure Redis on your server using the [Redis installation guide](https://redis.io/docs/latest/get-started/).
2323

2424
- **Cloud-hosted Redis**: Set up a managed Redis instance using a cloud provider such as AWS ElastiCache, Redis Cloud, or Azure Cache for Redis.
2525

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const config = {
101101
position: 'right',
102102
},
103103
{
104-
href: 'https://app.appsmith.com',
104+
href: 'https://login.appsmith.com',
105105
label: 'Try Appsmith',
106106
position: 'right'
107107
},

0 commit comments

Comments
 (0)