This is an automated email from the ASF dual-hosted git repository.

xtsong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-agents.git


The following commit(s) were added to refs/heads/main by this push:
     new facee443 [hotfix] Fix the incorrect reference in documents (#486)
facee443 is described below

commit facee4434ba4f66ff0b1485952e4c9b3fa8fc4f7
Author: Eugene <[email protected]>
AuthorDate: Tue Jan 27 09:17:57 2026 +0800

    [hotfix] Fix the incorrect reference in documents (#486)
---
 docs/content/docs/faq/faq.md                  | 2 +-
 docs/content/docs/get-started/installation.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/content/docs/faq/faq.md b/docs/content/docs/faq/faq.md
index 30a3af50..6260008f 100644
--- a/docs/content/docs/faq/faq.md
+++ b/docs/content/docs/faq/faq.md
@@ -99,7 +99,7 @@ Java native MCP support requires **JDK 17+**. See [MCP]({{< 
ref "docs/developmen
 
 ## Q4: How to run agent in IDE.
 
-To avoid potential conflict with Flink cluster, the scope of the dependencies 
related to Flink and Flink Agents for agent job are provided. See [Maven 
Dependencies]({{< ref 
"docs/get-started/installation/#maven-dependencies-for-java" >}}) for details.
+To avoid potential conflict with Flink cluster, the scope of the dependencies 
related to Flink and Flink Agents for agent job are provided. See [Maven 
Dependencies]({{< ref 
"docs/get-started/installation#maven-dependencies-for-java" >}}) for details.
 
 To run the examples in IDE, users must enable the IDE feature: `add 
dependencies with provided scope to classpath`.
 * For **IDEA**, edit the **`Run/Debug Configuration`** and enable **`add 
dependencies with provided scope to classpath`**. See [Run/Debug 
Configuration](https://www.jetbrains.com/help/idea/run-debug-configuration-scala.html)
 for details.
\ No newline at end of file
diff --git a/docs/content/docs/get-started/installation.md 
b/docs/content/docs/get-started/installation.md
index a9b59fb0..7ed3d4f5 100644
--- a/docs/content/docs/get-started/installation.md
+++ b/docs/content/docs/get-started/installation.md
@@ -168,7 +168,7 @@ For developing Flink Agents applications in Java, add the 
following dependencies
 {{< hint info >}}
 All the above dependencies should be in provided scope, to avoid potential 
conflict with the Flink cluster.
 
-For execution in IDE, enable the feature `add dependencies with provided scope 
to classpath` in your IDE. See [FAQ]({{< ref 
"docs/faq/faq/#q4-how-to-run-agent-in-ide" >}}) for details. 
+For execution in IDE, enable the feature `add dependencies with provided scope 
to classpath` in your IDE. See [FAQ]({{< ref 
"docs/faq/faq#q4-how-to-run-agent-in-ide" >}}) for details. 
 {{< /hint >}}
 
 **Example `pom.xml`**

Reply via email to