Skip to content

Commit

Permalink
Fix broken link to spec in README (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
loreto committed Jun 30, 2023
1 parent f7514c8 commit 751fe1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Here's an example of a TypeID of type `user`:
type uuid suffix (base32)
```

A [formal specification](./spec.md) defines the encoding in more detail.
A [formal specification](./spec) defines the encoding in more detail.

## Benefits
+ **Type-safe:** you can't accidentally use a `user` ID where a `post` ID is expected. When debugging, you can
Expand All @@ -33,7 +33,7 @@ A [formal specification](./spec.md) defines the encoding in more detail.
selected for copy-pasting by double-clicking, and is a more compact encoding than the traditional hex encoding used by UUIDs (26 characters vs 36 characters).

## Implementations
Implementations should adhere to the formal [specification](./spec.md).
Implementations should adhere to the formal [specification](./spec).

### Official Implementations by `jetpack.io`
| Language | Status |
Expand Down

0 comments on commit 751fe1d

Please sign in to comment.