diff --git a/content/700-optimize/300-recording.mdx b/content/700-optimize/300-recordings.mdx similarity index 83% rename from content/700-optimize/300-recording.mdx rename to content/700-optimize/300-recordings.mdx index db35302b05..97be26d6ab 100644 --- a/content/700-optimize/300-recording.mdx +++ b/content/700-optimize/300-recordings.mdx @@ -6,7 +6,7 @@ tocDepth: 3 toc: true --- -The recording feature is designed to help developers debug and isolate different sets of queries into distinct sessions, known as recording. This targeted approach enables precise performance analysis and optimization by preventing the mixing of queries from different applications or test rounds, leading to clearer insights and more effective debugging. +The Recordings feature is designed to help developers debug and isolate different sets of queries into distinct sessions, known as recording. This targeted approach enables precise performance analysis and optimization by preventing the mixing of queries from different applications or test rounds, leading to clearer insights and more effective debugging. ## Managing a recording session diff --git a/content/700-optimize/700-known-limitations.mdx b/content/700-optimize/700-known-limitations.mdx index 4cfc362eb9..374483f039 100644 --- a/content/700-optimize/700-known-limitations.mdx +++ b/content/700-optimize/700-known-limitations.mdx @@ -10,8 +10,8 @@ Below are the known limitations when using Prisma Optimize. If you are aware of ## Query limit on a recording session -Each [recording session](/optimize/recording) can contain a maximum of 10k queries. Once this limit is reached, the recording session will end. +Each [recording session](/optimize/recordings) can contain a maximum of 10k queries. Once this limit is reached, the recording session will end. ## Recording limit per workspace -Each [workspace](/platform/about#workspace) can contain a maximum of 100 [recordings](/optimize/recording). \ No newline at end of file +Each [workspace](/platform/about#workspace) can contain a maximum of 100 [recordings](/optimize/recordings). \ No newline at end of file