Skip to content

Commit

Permalink
Fix more internal links
Browse files Browse the repository at this point in the history
  • Loading branch information
expede committed Oct 16, 2023
1 parent a6bd120 commit df13bc1
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The payload MUST describe the authorization claims, who is involved, and its val
| `can` | `String` | Yes | [Ability] |
| `iff` | `[Caveat]` | Yes | Caveats |

The payload MUST be serialized as IPLD and [signed over][Signature].
The payload MUST be serialized as IPLD and [signed over][Envelope].

## 2.1 Version

Expand Down Expand Up @@ -105,8 +105,6 @@ Keeping the window of validity as short as possible is RECOMMENDED. Limiting the

Several named points of time in the UCAN lifecycle can be found in the [high level spec][UCAN].

[^js-num-size]: JavaScript has a single numeric type ([`Number`][JS Number]) for both integers and floats. This representation is defined as a [IEEE-754] double-precision floating point number, which has a 53-bit significand.

Below are a couple examples:

```js
Expand Down Expand Up @@ -457,7 +455,7 @@ Note that while adding whole objects is useful in many situation as above, atten
]
```
# 5. Signature
# 5. Delegation (Envelope)
| Field | Type | Required | Description |
|---------|-------------|----------|----------------------------------------------|
Expand Down Expand Up @@ -640,11 +638,17 @@ Many thanks to [Alan Karp] for sharing his vast experience with capability-based
We want to especially recognize [Mark Miller] for his numerous contributions to the field of distributed auth, programming languages, and computer security writ large.
<!-- Footnotes -->
[^js-num-size]: JavaScript has a single numeric type ([`Number`][JS Number]) for both integers and floats. This representation is defined as a [IEEE-754] double-precision floating point number, which has a 53-bit significand.
<!-- Internal Links -->
[Ability]: #33-abilities
[Caveat]: #44-caveats
[Envelope]: #5-delegation-envelope
[Meta]: #25-meta
[Payload]: #2-delegation-payload
[Subject]: #41-subject
[Wildcard Ability]: #4312--aka-wildcard
[compact form]: #4421-compact-form
Expand Down

0 comments on commit df13bc1

Please sign in to comment.