Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Fix "advance concepts" link in docs #258

Merged
merged 1 commit into from Feb 28, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api-reference.md
Expand Up @@ -196,7 +196,7 @@ type RoactContext = {
}
```

Creates a new context provider and consumer. For a usage guide, see [Advanced Concepts: Context](/advanced/context).
Creates a new context provider and consumer. For a usage guide, see [Advanced Concepts: Context](../advanced/context).

`defaultValue` is given to consumers if they have no `Provider` ancestors. It is up to users of Roact's context API to turn this case into an error if it is an invalid state.

Expand Down