Skip to content

Commit 87caffb

Browse files
authored
Update home.html
1 parent d566809 commit 87caffb

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
@@ -76,13 +76,13 @@ <h2 class="text-5xl font-medium" id="operate">Learn</h2>
7676
{{ partial "docs-section.html" (dict
7777
"Title" "Develop with Redis"
7878
"Description" "Learn how to use the Redis in-memory data store."
79-
"ButtonLink" "./develop"
79+
"ButtonLink" "./develop"
8080
"ButtonLabel" "Learn more"
8181
"LinksLeftTitle" "Featured content"
8282
"LinksLeft" (slice
8383
(dict "Text" "Vector search" "URL" "./develop/interact/search-and-query/query/vector-search")
8484
(dict "Text" "Data structure store" "URL" "./develop/get-started/data-store/")
85-
(dict "Text" "Document database" "URL" "./develop/get-started/document-database/")
85+
(dict "Text" "Document database" "URL" "./develop/get-started/document-database/")
8686
)
8787
) }}
8888
{{ partial "docs-section.html" (dict
@@ -148,7 +148,7 @@ <h2 class="text-5xl font-medium" id="operate">Explore</h2>
148148
(dict "Text" "Quick start" "URL" "./operate/rc/rc-quickstart/")
149149
(dict "Text" "Subscriptions" "URL" "./operate/rc/subscriptions/")
150150
(dict "Text" "Databases" "URL" "./operate/rc/databases/")
151-
(dict "Text" "Active-Active" "URL" "./operate/rc/databases/create-database/create-active-active-database/")
151+
(dict "Text" "Active-Active" "URL" "./operate/rc/databases/create-database/create-active-active-database/")
152152
)
153153
) }}
154154
{{ partial "docs-section.html" (dict
@@ -161,7 +161,7 @@ <h2 class="text-5xl font-medium" id="operate">Explore</h2>
161161
(dict "Text" "Quick start" "URL" "./operate/rs/installing-upgrading/quickstarts/redis-enterprise-software-quickstart/")
162162
(dict "Text" "Clusters" "URL" "./operate/rs/clusters/")
163163
(dict "Text" "Databases" "URL" "./operate/rs/databases/")
164-
(dict "Text" "Networking" "URL" "./operate/rs/networking/")
164+
(dict "Text" "Networking" "URL" "./operate/rs/networking/")
165165
)
166166
) }}
167167
{{ partial "docs-section.html" (dict

0 commit comments

Comments
 (0)