Skip to content

Commit

Permalink
fix api documentation links for /schema (#1861)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Lorenz <[email protected]>
  • Loading branch information
strogonoff and fubhy authored Jan 5, 2024
1 parent 496db53 commit 2493bf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/schema/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Welcome to the documentation for `@effect/schema`, **a library for defining and
| Arbitraries | Generate arbitraries for [fast-check](https://github.com/dubzzz/fast-check) testing. |
| Pretty printing | Support pretty printing for data structures. |
| JSON Schemas | Create JSON Schemas based on defined schemas. |
| Equivalence | Create [Equivalences](https://effect-ts.github.io/effect/modules/Equivalence.ts.html) based on defined schemas. |
| Equivalence | Create [Equivalences](https://effect-ts.github.io/effect/schema/Equivalence.ts.html) based on defined schemas. |

If you're eager to learn how to define your first schema, jump straight to the [**Basic usage**](#basic-usage) section!

Expand Down Expand Up @@ -920,7 +920,7 @@ As seen in the example, the JSON Schema annotations are merged with the base JSO

## Generating Equivalences

The `to` function, which is part of the `@effect/schema/Equivalence` module, allows you to generate an [Equivalence](https://effect-ts.github.io/effect/modules/Equivalence.ts.html) based on a schema definition:
The `to` function, which is part of the `@effect/schema/Equivalence` module, allows you to generate an [Equivalence](https://effect-ts.github.io/effect/schema/Equivalence.ts.html) based on a schema definition:

```ts
import * as S from "@effect/schema/Schema";
Expand Down

0 comments on commit 2493bf3

Please sign in to comment.