Skip to content

Commit ec86c53

Browse files
authored
Fix broken xref links in storage documentation (#599)
1 parent 71bbcba commit ec86c53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/modules/storage/pages/addendum/troubleshooting.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ If the application runs out of memory:
8787
* Use xref:loading-data/lazy-loading/index.adoc[Lazy references] to avoid loading the entire object graph into memory
8888
* Configure the xref:loading-data/lazy-loading/clearing-lazy-references.adoc[LazyReferenceManager] to clear unused lazy references
8989
* Increase the JVM heap size (`-Xmx`)
90-
* Monitor memory usage via xref:../misc:monitoring/index.adoc[JMX monitoring]
90+
* Monitor memory usage via xref:misc:monitoring/index.adoc[JMX monitoring]
9191

9292
== Storage Recovery Steps
9393

docs/modules/storage/pages/faq/data-management.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ When objects are updated or deleted, the old data is not immediately removed fro
1919
Instead, new data is appended and the deleted data becomes "garbage."
2020
The xref:housekeeping.adoc[housekeeping] process runs in the background to reclaim space from deleted or updated objects.
2121

22-
You can monitor storage growth through the xref:../misc:monitoring/index.adoc[monitoring] JMX beans, which report the amount of persisted data.
22+
You can monitor storage growth through the xref:misc:monitoring/index.adoc[monitoring] JMX beans, which report the amount of persisted data.
2323

2424
== How can I reduce storage size?
2525

0 commit comments

Comments
 (0)