Skip to content

Commit 7f033b5

Browse files
authored
fix: versioned link to A2A AgentCard proto spec (#410)
Signed-off-by: András Jáky <ajaky@cisco.com>
1 parent 595a19b commit 7f033b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ true`
236236
"references": [
237237
{
238238
"description": "A2A Card Data Schema",
239-
"url": "https://github.com/google-a2a/A2A/blob/main/docs/specification.md#55-agentcard-object-structure"
239+
"url": "https://github.com/a2aproject/A2A/blob/v0.3.0/specification/grpc/a2a.proto"
240240
}
241241
]
242242
```
@@ -261,7 +261,7 @@ true`
261261
"references": [
262262
{
263263
"description": "A2A Card Data Schema",
264-
"url": "https://github.com/google-a2a/A2A/blob/main/docs/specification.md#55-agentcard-object-structure"
264+
"url": "https://github.com/a2aproject/A2A/blob/v0.3.0/specification/grpc/a2a.proto"
265265
}
266266
]
267267
```

schema/objects/a2a_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"references": [
1313
{
1414
"description": "A2A AgentCard Proto Message",
15-
"url": "https://github.com/google-a2a/A2A/blob/main/specification/grpc/a2a.proto"
15+
"url": "https://github.com/a2aproject/A2A/blob/v0.3.0/specification/grpc/a2a.proto"
1616
}
1717
]
1818
},

0 commit comments

Comments
 (0)