Skip to content

Commit

Permalink
Add missing link
Browse files Browse the repository at this point in the history
  • Loading branch information
expede committed Dec 20, 2023
1 parent bb52448 commit 277b1d3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ flowchart RL
Ran -->|provenance| Invocation
```

# Request
# Request (Invocation)

A request for some work to be done (or to "exercise your authority") is an Invocation.

Expand Down Expand Up @@ -572,7 +572,7 @@ sequenceDiagram
}
```

# Response
# Response (Receipt)

A `Receipt` is a kind of Invocation used to attest to the result of another Invocation. A Receipt MUST be issued by the [Executor] (including by [Execution Proxy]).

Expand Down Expand Up @@ -749,10 +749,10 @@ Thanks to [Rod Vagg] for the clarifications on IPLD Schema implicits and the gen

<!-- Internal Links -->

[Issuer]: #issuer
[Audience]: #audience
[Action]: #action
[Arguments]: #arguments
[Audience]: #audience
[Cause]: #cause
[Command]: #command
[Execution Proxy]: #proxy-execution
[Executor]: #executor
Expand All @@ -762,6 +762,7 @@ Thanks to [Rod Vagg] for the clarifications on IPLD Schema implicits and the gen
[Invocation]: #invocation
[Invoker]: #invoker
[Issued At]: #issued-at
[Issuer]: #issuer
[Metadata]: #metadata
[Nonce]: #nonce
[Proofs]: #proofs
Expand Down

0 comments on commit 277b1d3

Please sign in to comment.