Skip to content

Commit 178d87e

Browse files
committed
* #RI-2246 - Link to the Cloud is not correct
1 parent 67d4035 commit 178d87e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

redisinsight/ui/src/pages/home/constants/help-links.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export enum HelpLink {
1010
export const HELP_LINKS = {
1111
[HelpLink.CreateRedisCloud]: {
1212
label: 'Limited offer: Up to 6 months free with $200 credits.',
13-
link: 'https://redis.com/try-free/?utm_source=redis&utm_medium=app&utm_campaign=redisinsight',
13+
link: 'https://redis.com/try-free/?utm_source=redis&utm_medium=app&utm_campaign=redisinsight_offer_jan',
1414
event: TelemetryEvent.CREATE_FREE_CLOUD_DATABASE_CLICKED,
1515
sources: {
1616
welcome: 'Welcome page',

redisinsight/ui/src/pages/workbench/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export enum ModuleCommandPrefix {
3131
export const RSNotLoadedContent: IModuleNotLoadedContent = {
3232
output: 'RediSearch module is not loaded for this database',
3333
createCloudBtnText: 'Create your free Redis database with RediSearch on Redis Cloud​',
34-
createCloudBtnHref: 'https://redis.com/try-free/?utm_source=redis&utm_medium=app&utm_campaign=redisinsight_redisearch',
34+
createCloudBtnHref: 'https://redis.com/try-free/?utm_source=redis&utm_medium=app&utm_campaign=redisinsight_offer_jan',
3535
summaryText: 'RedisInsight supports RediSearch and allows you to:<br/><br/>'
3636
+ '<ul><li>Build and execute queries</li><li>Browse, analyse and export results</li></ul></br>'
3737
+ 'As a benefit you get faster turnarounds when building your application using Redis and RediSearch.',

0 commit comments

Comments
 (0)