Skip to content

Commit 52fdda0

Browse files
authored
Merge pull request #691 from redis/link-fix
Fix Ingest and Write-behind link 404s on home page
2 parents 321564c + 7f83770 commit 52fdda0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ <h2 class="text-5xl font-medium" id="operate">Learn</h2>
9494
"LinksLeft" (slice
9595
(dict "Text" "RedisVL" "URL" "./integrate/redisvl/")
9696
(dict "Text" "RedisOM for Python" "URL" "./integrate/redisom-for-python")
97-
(dict "Text" "Ingest" "URL" "./integrate/redis-data-integration/quickstart/ingest-guide/")
98-
(dict "Text" "Write-behind" "URL" "./integrate/redis-data-integration/quickstart/write-behind-guide/")
97+
(dict "Text" "Ingest" "URL" "./integrate/redis-data-integration/")
98+
(dict "Text" "Write-behind" "URL" "./integrate/write-behind/quickstart/write-behind-guide/")
9999
)
100100
) }}
101101
{{ partial "docs-section.html" (dict

0 commit comments

Comments
 (0)