Skip to content

Commit d3f5801

Browse files
committed
fix links
1 parent 944231c commit d3f5801

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/specification.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ Creates a push notification configuration for a task to receive asynchronous upd
323323

324324
**Outputs:**
325325

326-
- [`TaskPushNotificationConfig`](#431-taskpushnotificationconfig): Created configuration with assigned ID
326+
- [`TaskPushNotificationConfig`](#TaskPushNotificationConfig): Created configuration with assigned ID
327327

328328
**Errors:**
329329

@@ -348,7 +348,7 @@ Retrieves an existing push notification configuration for a task.
348348

349349
**Outputs:**
350350

351-
- [`TaskPushNotificationConfig`](#431-taskpushnotificationconfig): The requested configuration
351+
- [`TaskPushNotificationConfig`](#TaskPushNotificationConfig): The requested configuration
352352

353353
**Errors:**
354354

@@ -2622,7 +2622,7 @@ Creates a push notification configuration for a task.
26222622

26232623
{{ proto_to_table("TaskPushNotificationConfig") }}
26242624

2625-
**Response:** See [`TaskPushNotificationConfig`](#431-taskpushnotificationconfig) object definition.
2625+
**Response:** See [`TaskPushNotificationConfig`](#TaskPushNotificationConfig) object definition.
26262626

26272627
#### 10.4.8. GetTaskPushNotificationConfig
26282628

@@ -2632,7 +2632,7 @@ Retrieves an existing push notification configuration for a task.
26322632

26332633
{{ proto_to_table("GetTaskPushNotificationConfigRequest") }}
26342634

2635-
**Response:** See [`TaskPushNotificationConfig`](#431-taskpushnotificationconfig) object definition.
2635+
**Response:** See [`TaskPushNotificationConfig`](#TaskPushNotificationConfig) object definition.
26362636

26372637
#### 10.4.9. ListTaskPushNotificationConfigs
26382638

@@ -3127,7 +3127,7 @@ When implementing push notifications, both agents (as webhook callers) and clien
31273127
**Configuration Security:**
31283128

31293129
- Webhook URLs **SHOULD** use HTTPS to protect payload confidentiality in transit
3130-
- Authentication tokens in [`TaskPushNotificationConfig`](#431-taskpushnotificationconfig) **SHOULD** be treated as secrets and rotated periodically
3130+
- Authentication tokens in [`TaskPushNotificationConfig`](#TaskPushNotificationConfig) **SHOULD** be treated as secrets and rotated periodically
31313131
- Agents **SHOULD** securely store push notification configurations and credentials
31323132
- Clients **SHOULD** use unique, single-purpose tokens for each push notification configuration
31333133

docs/topics/streaming-and-async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ For very long-running tasks (for example, lasting minutes, hours, or even days)
4747
The following key features detail how push notifications are implemented and managed within the A2A protocol:
4848

4949
- **Server Capability:** The A2A Server must indicate its support for this feature by setting `capabilities.pushNotifications: true` in its Agent Card.
50-
- **Configuration:** The client provides a [`TaskPushNotificationConfig`](../specification.md#431-taskpushnotificationconfig) to the server. This configuration is supplied:
50+
- **Configuration:** The client provides a [`TaskPushNotificationConfig`](../specification.md#TaskPushNotificationConfig) to the server. This configuration is supplied:
5151
- Within the initial `SendMessage` or `SendStreamingMessage` request, or
5252
- Separately, using the `CreateTaskPushNotificationConfig` RPC method for an existing task.
5353
The `TaskPushNotificationConfig` includes a `url` (the HTTPS webhook URL), an optional `token` (for client-side validation), and optional `authentication` details (for the A2A Server to authenticate to the webhook).

0 commit comments

Comments
 (0)