Skip to content

Commit c8a69be

Browse files
authored
fix: Fix broken url in release notes (#976)
1 parent c72110a commit c8a69be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/release-notes.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,14 +183,14 @@ asterisks (*).
183183
- Introduced the [`SHOW ACTIVE USERS
184184
INFO`](/database-management/server-stats#active-users-information) command,
185185
which allows users to view a list of active users along with detailed session
186-
information.
186+
information.
187187
[#2183](https://github.com/memgraph/memgraph/pull/2183)
188188

189189
- Added support for [periodic
190190
commits](/querying/read-and-modify-data#periodic-execution) within Cypher
191191
queries, allowing for batched execution. This enhancement prevents memory
192192
exhaustion by committing intermediate results during the execution of large
193-
queries.
193+
queries.
194194
[#2182](https://github.com/memgraph/memgraph/pull/2182)
195195
[#2194](https://github.com/memgraph/memgraph/pull/2194)
196196
[#2196](https://github.com/memgraph/memgraph/pull/2196)
@@ -208,7 +208,7 @@ secure authentication methods.
208208

209209
- Added property compression across the graph using the zlib compression
210210
library. This feature introduces [new configuration
211-
flags](/fundamentals/storage-memory-usage/property-compression)
211+
flags](/fundamentals/storage-memory-usage#property-compression)
212212
`--storage-property-store-compression-enabled` and
213213
`--storage-property-store-compression-level`, allowing users to enable
214214
compression and set the desired compression level.
@@ -223,7 +223,7 @@ compression and set the desired compression level.
223223
- Optimized the deletion process for nodes and edges by deferring the removal of
224224
obsolete index entries to the garbage collector (GC). This change improves
225225
deletion performance by reclaiming memory after the GC cycle instead of
226-
immediately.
226+
immediately.
227227
[#2242](https://github.com/memgraph/memgraph/pull/2242)
228228

229229
- Fixed an issue where coordinators did not yield leadership according to the

0 commit comments

Comments
 (0)