From 60fd98f1e5c1f500d94bfedcdf867c377ad13cb0 Mon Sep 17 00:00:00 2001 From: Zayan Khan Date: Wed, 22 Jul 2026 15:03:36 -0400 Subject: [PATCH] docs: fix broken links in bigquery-graph skill and jira sample The graph-schema DDL advisor links ddl-reference.md and feature-parity.md; the files in the same directory use underscores (ddl_reference.md, feature_parity.md). The Jira agent README wraps its console URL in <(...)>, which renders as literal text. Co-Authored-By: Claude Fable 5 --- contributing/samples/integrations/jira_agent/README.md | 2 +- .../references/graph_schema/graph_schema_ddl_advisor.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contributing/samples/integrations/jira_agent/README.md b/contributing/samples/integrations/jira_agent/README.md index eb0d774327d..826fc604fbd 100644 --- a/contributing/samples/integrations/jira_agent/README.md +++ b/contributing/samples/integrations/jira_agent/README.md @@ -12,7 +12,7 @@ Connect your agent to enterprise applications using [Integration Connectors](htt Google Cloud Tools ![image_alt](https://github.com/karthidec/adk-python/blob/adk-samples-jira-agent/contributing/samples/jira_agent/image-application-integration.png?raw=true) -1. Go to [Connection Tool](<(https://console.cloud.google.com/)>) template from the template library and click on "USE TEMPLATE" button. +1. Go to [Connection Tool](https://console.cloud.google.com/) template from the template library and click on "USE TEMPLATE" button. ![image_alt](https://github.com/karthidec/adk-python/blob/adk-samples-jira-agent/contributing/samples/jira_agent/image-connection-tool.png?raw=true) 1. Fill the Integration Name as **ExecuteConnection** (It is mandatory to use this integration name only) and select the region same as the connection region. Click on "CREATE". diff --git a/src/google/adk/tools/bigquery/skills/bigquery-graph/references/graph_schema/graph_schema_ddl_advisor.md b/src/google/adk/tools/bigquery/skills/bigquery-graph/references/graph_schema/graph_schema_ddl_advisor.md index 7af092f2e4f..018fe19c978 100644 --- a/src/google/adk/tools/bigquery/skills/bigquery-graph/references/graph_schema/graph_schema_ddl_advisor.md +++ b/src/google/adk/tools/bigquery/skills/bigquery-graph/references/graph_schema/graph_schema_ddl_advisor.md @@ -72,14 +72,14 @@ graph schema DDL: 1. If a Semantic Graph is desired, define business metrics using the `MEASURE(AGG_FUNC(col)) AS measure_name` syntax (see - **[ddl-reference.md](ddl-reference.md)**). + **[ddl-reference.md](ddl_reference.md)**). 2. Add business context using the `OPTIONS(description="...", synonyms=[...])` clause at the property level and label level. ### Step 5: Validate Graph Topology Limitations 1. If the graph will be queried via `GRAPH_EXPAND`, consult - **[feature-parity.md](feature-parity.md)**. + **[feature-parity.md](feature_parity.md)**. 2. Verify that the graph structure forms a valid **Tree** (no cycles, convergent paths, disconnected components, or multiple roots). 3. If limitations are violated, proactively advise the user on workarounds