Skip to content

Commit 9d40d32

Browse files
authored
Merge pull request #2086 from mateuszbartosik/new-docs
Fix Data Archival link, and title for Use case
2 parents 2d51e4d + 6833fcc commit 9d40d32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Homepage/Features/FeaturesLists/BackgroundTasksFeatures.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function BackgroundTasksFeaturesGrid() {
2323
{
2424
title: "Archival",
2525
icon: "data-archival",
26-
url: `/${activeVersion.label}/server/extensions/archival`,
26+
url: `/${activeVersion.label}/data-archival/overview`,
2727
description: "Retain old documents access while boosting performance",
2828
},
2929
];

src/components/Homepage/UseCases/UseCases.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { Icon } from "../../Common/Icon";
66

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

0 commit comments

Comments
 (0)