From 280389e257ab264aab68ad7bf99ec42487de52dc Mon Sep 17 00:00:00 2001 From: "hyperlint-ai[bot]" <154288675+hyperlint-ai[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 20:04:40 +0000 Subject: [PATCH 1/2] Fix issue: WorkspaceTaskSubType.BROKEN_LINK --- .../docs/waiting-room/additional-options/test-waiting-room.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/waiting-room/additional-options/test-waiting-room.mdx b/src/content/docs/waiting-room/additional-options/test-waiting-room.mdx index 2148667943bbd9..c19da3f1a9c261 100644 --- a/src/content/docs/waiting-room/additional-options/test-waiting-room.mdx +++ b/src/content/docs/waiting-room/additional-options/test-waiting-room.mdx @@ -21,7 +21,7 @@ This tutorial uses an open-sourced load testing tool that is not created or supp Before you start this tutorial, ensure you have: -* All the [prerequisites](/waiting-room/about/#prerequisites) completed. +* All the [prerequisites](/waiting-room/about/) completed. * For this tutorial, we will use an open source tool from Apache, [JMeter](https://jmeter.apache.org/). You can download the binary from [JMeter's website](https://jmeter.apache.org/download_jmeter.cgi). *** From fde7b28bde54320313d55bed342ed2acc8c6dea6 Mon Sep 17 00:00:00 2001 From: angelampcosta <92738954+angelampcosta@users.noreply.github.com> Date: Mon, 24 Feb 2025 13:56:32 +0000 Subject: [PATCH 2/2] Apply suggestions from code review --- .../docs/waiting-room/additional-options/test-waiting-room.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/waiting-room/additional-options/test-waiting-room.mdx b/src/content/docs/waiting-room/additional-options/test-waiting-room.mdx index c19da3f1a9c261..a073315ecb8efa 100644 --- a/src/content/docs/waiting-room/additional-options/test-waiting-room.mdx +++ b/src/content/docs/waiting-room/additional-options/test-waiting-room.mdx @@ -21,7 +21,7 @@ This tutorial uses an open-sourced load testing tool that is not created or supp Before you start this tutorial, ensure you have: -* All the [prerequisites](/waiting-room/about/) completed. +* Reviewed the [About](/waiting-room/about/) Waiting Room page. * For this tutorial, we will use an open source tool from Apache, [JMeter](https://jmeter.apache.org/). You can download the binary from [JMeter's website](https://jmeter.apache.org/download_jmeter.cgi). ***