Skip to content

Commit e83444b

Browse files
Update home.html
1 parent b436607 commit e83444b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

layouts/home.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
127127
<div class="lg:px-11 w-full flex flex-col gap-3">
128128
<h2 class="text-5xl font-medium" id="operate">Deploy</h2>
129129
{{ partial "docs-section.html" (dict
130-
"Title" "Deploy Redis in a large-scale organization"
130+
"Title" "Deploy Redis clusters for scale and availability"
131131
"Description" "Robust support for hybrid and geo-distributed environments"
132132
"ButtonLink" "./operate/rs/installing-upgrading/install/plan-deployment/"
133-
"ButtonLabel" "Redis Software deployment planning guide"
133+
"ButtonLabel" "Redis deployment planning"
134134
"LinksLeft" (slice
135135
(dict "Text" "Optimize Redis clusters guide" "URL" "./operate/rs/clusters/optimize")
136136
)
@@ -148,9 +148,9 @@ <h2 class="text-5xl font-medium" id="operate">Deploy</h2>
148148
"Title" "Ingest and sync data to Redis"
149149
"Description" "Enable pipeline sync of Redis Software with live data from your disk-based databases"
150150
"ButtonLink" "./integrate/redis-data-integration/quick-start-guide/"
151-
"ButtonLabel" "Redis Data Integration (RDI) pipeline quick start"
151+
"ButtonLabel" "Pipeline quick start"
152152
"LinksLeft" (slice
153-
(dict "Text" "RDI feature overview" "URL" "./integrate/redis-data-integration/")
153+
(dict "Text" "Redis Data Integration feature overview" "URL" "./integrate/redis-data-integration/")
154154
)
155155
) }}
156156
{{ partial "docs-section.html" (dict

0 commit comments

Comments
 (0)