Skip to content

Commit 14f6355

Browse files
committed
Minor fixes
1 parent 1da37a6 commit 14f6355

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guides/home.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import TagsGrid from "@site/src/components/Guides/TagsGrid";
1818
<div className="grid grid-cols-1 xl:grid-cols-3 gap-8 xl:gap-4 mb-8">
1919
<div className="xl:col-span-2">
2020
<FeaturedGuides guidesTitles={[
21-
"Transactional Outbox Pattern with RavenDB Queue ETL",
21+
"Transactional Outbox with RavenDB Queue ETL",
2222
"Using Remote Attachments to cut storage costs"
2323
]}/>
2424
</div>

guides/using-remote-attachments-to-cut-storage-costs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,6 @@ Remote attachments in RavenDB let you offload binary data to Amazon S3, Azure Bl
292292
- Existing local attachments can be bulk-migrated using a set-based patch operation.
293293
- Remote attachments are **not supported on sharded databases**.
294294

295-
For the full API reference, see the [remote attachments configuration documentation](https://docs.ravendb.net/7.2/document-extensions/attachments/configure-remote-attachments). To learn about storing remote attachments programmatically, see [store remote attachments](https://docs.ravendb.net/7.2/document-extensions/attachments/store-attachments/store-attachments-remote). For how remote attachments interact with replication, backups, and subscriptions, see [attachments and other features](https://docs.ravendb.net/7.2/document-extensions/attachments/attachments-and-other-features).
295+
For the full API reference, see the [remote attachments configuration documentation](https://docs.ravendb.net/document-extensions/attachments/configure-remote-attachments). To learn about storing remote attachments programmatically, see [store remote attachments](https://docs.ravendb.net/document-extensions/attachments/store-attachments/store-attachments-remote). For how remote attachments interact with replication, backups, and subscriptions, see [attachments and other features](https://docs.ravendb.net/document-extensions/attachments/attachments-and-other-features).
296296

297297
Interested in RavenDB? Grab the developer license dedicated for testing under this link [here](https://ravendb.net/dev), or get a free cloud database [here](https://ravendb.net/cloud). If you have questions about this feature, or want to hang out and talk with the RavenDB team, join our Discord Community Server \- invitation link is [here](https://discord.com/invite/ravendb).

0 commit comments

Comments
 (0)