Skip to content

Commit

Permalink
docs: fix more links
Browse files Browse the repository at this point in the history
  • Loading branch information
Topener committed Oct 6, 2023
1 parent ae6ca99 commit 86ffa23
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## Input Props

| Name | Type | Description |
| :--------: | :-------------------------: | ----------------------------- |
| **config** | [_Config_](types/Config.md) | The application configuration |
| Name | Type | Description |
| :--------: | :---------------------------: | ----------------------------- |
| **config** | [_Config_](./types/Config.md) | The application configuration |

## Example

Expand Down
4 changes: 2 additions & 2 deletions docs/types/Config.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Config Type

The Application Config type is a required input to the top-level
[Provider](provider), and can be accessed from within an application
with the [useConfig](hooks/useConfig) hook.
[Provider](../provider.md), and can be accessed from within an application
with the [useConfig](../hooks/useConfig.md) hook.

| Property | Type | Description |
| :------------: | :------: | --------------------------------------------------------------------------------------------------------------- |
Expand Down
2 changes: 1 addition & 1 deletion docs/types/Mutation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mutation

The Mutation type is used to define declarative data mutations. It is required input for the [useDataMutation](hooks/useDataMutation.md) hook, [DataMutation](components/DataMutation.md) component, and [DataEngine.mutate](advanced/DataEngine) method.
The Mutation type is used to define declarative data mutations. It is required input for the [useDataMutation](../hooks/useDataMutation.md) hook, [DataMutation](../components/DataMutation.md) component, and [DataEngine.mutate](../advanced/DataEngine.md) method.

A mutation defines a destructive operation performed on a collection or instance of a particular resource.

Expand Down
2 changes: 1 addition & 1 deletion docs/types/Query.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Data Queries

The Query type is used to define declarative data requests. It is required input for the [useDataQuery](hooks/useDataQuery.md) hook and [DataQuery](components/DataQuery.md) component.
The Query type is used to define declarative data requests. It is required input for the [useDataQuery](../hooks/useDataQuery.md) hook and [DataQuery](../components/DataQuery.md) component.

## Query

Expand Down

0 comments on commit 86ffa23

Please sign in to comment.