Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function BackgroundTasksFeaturesGrid() {
{
title: "Archival",
icon: "data-archival",
url: `/${activeVersion.label}/server/extensions/archival`,
url: `/${activeVersion.label}/data-archival/overview`,
description: "Retain old documents access while boosting performance",
},
];
Expand Down
2 changes: 1 addition & 1 deletion src/components/Homepage/UseCases/UseCases.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Icon } from "../../Common/Icon";

const useCases = [
{
title: "Short introduction to data modeling in non-relational database",
title: "Survive the AI tidal wave with RavenDB & GenAI",
imgSrc:
"https://ravendb.net/wp-content/uploads/2025/06/article-cover-genai.png",
description: (
Expand Down