File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
redisinsight/ui/src/pages Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export enum HelpLink {
10
10
export const HELP_LINKS = {
11
11
[ HelpLink . CreateRedisCloud ] : {
12
12
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 ' ,
14
14
event : TelemetryEvent . CREATE_FREE_CLOUD_DATABASE_CLICKED ,
15
15
sources : {
16
16
welcome : 'Welcome page' ,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export enum ModuleCommandPrefix {
31
31
export const RSNotLoadedContent : IModuleNotLoadedContent = {
32
32
output : 'RediSearch module is not loaded for this database' ,
33
33
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 ' ,
35
35
summaryText : 'RedisInsight supports RediSearch and allows you to:<br/><br/>'
36
36
+ '<ul><li>Build and execute queries</li><li>Browse, analyse and export results</li></ul></br>'
37
37
+ 'As a benefit you get faster turnarounds when building your application using Redis and RediSearch.' ,
You can’t perform that action at this time.
0 commit comments