diff --git a/docs/docs/Integrations/integrations-langwatch.md b/docs/docs/Integrations/integrations-langwatch.md
index 53440e7165d..6c69f6250c4 100644
--- a/docs/docs/Integrations/integrations-langwatch.md
+++ b/docs/docs/Integrations/integrations-langwatch.md
@@ -17,7 +17,7 @@ To integrate with Langflow, just add your LangWatch API as a Langflow environmen
## Step-by-step Configuration {#6f1d56ff6063417491d100d522dfcf1a}
-1. Obtain your LangWatch API key from [https://app.langwatch.ai/](https://app.langwatch.ai/)
+1. Obtain your LangWatch API key from [https://app.langwatch.com/](https://app.langwatch.com/)
2. Add the following key to Langflow .env file:
```shell
diff --git a/docs/docs/Settings/settings-global-variables.md b/docs/docs/Settings/settings-global-variables.md
index 95fb78e38fb..b07095ffeaf 100644
--- a/docs/docs/Settings/settings-global-variables.md
+++ b/docs/docs/Settings/settings-global-variables.md
@@ -112,5 +112,5 @@ The default list of variables includes the ones below and more:
- VECTARA_CORPUS_ID
- VECTARA_API_KEY
-
+
diff --git a/docs/docs/Workspace/workspace-api.md b/docs/docs/Workspace/workspace-api.md
index 11ab93674d6..292d3cb8a0f 100644
--- a/docs/docs/Workspace/workspace-api.md
+++ b/docs/docs/Workspace/workspace-api.md
@@ -36,7 +36,7 @@ The **Python Code** tab displays code to interact with your flow's `.json` f
The **Tweaks** tab displays the available parameters for your flow. Modifying the parameters changes the code parameters across all windows. For example, changing the **Chat Input** component's `input_value` will change that value across all API calls.
-
+
## Chat Widget {#48f121a6cb3243979a341753da0c2700}
@@ -66,7 +66,7 @@ Clicking the Chat Widget HTML tab, you'll get the code to be inserted. Read belo
The Chat Widget can be embedded into any HTML page, inside a `
` tag, as demonstrated in the video below.
-
+
### Embed your flow with React {#fe5d3b1c42e74e4c84ebc9d1799b7665}
diff --git a/docs/docs/Workspace/workspace-playground.md b/docs/docs/Workspace/workspace-playground.md
index b1f5badba58..65a8575af4f 100644
--- a/docs/docs/Workspace/workspace-playground.md
+++ b/docs/docs/Workspace/workspace-playground.md
@@ -27,7 +27,7 @@ Notice how the **Playground's** window arrangement changes depending on what com
You can also open a flow's **Playground** without entering its workspace. From **My Collections** or **Langflow Store**, click the **Playground** in one of the projects card.
-
+
## Memory Management {#821a5ee2a8a44d35b49943cba630511c}