Skip to content

Commit

Permalink
docs: fixed broken links (#701)
Browse files Browse the repository at this point in the history
Signed-off-by: Gautier Ben Aïm <[email protected]>
  • Loading branch information
GauBen authored Aug 26, 2024
1 parent 149f410 commit 856165c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/docs/docs/api/types.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Types

Import types to configure GraphQL Armor from the `@escape.tech/graphql-armor-types` package or each [plugin](../category/plugins/) individually.
Import types to configure GraphQL Armor from the `@escape.tech/graphql-armor-types` package or each [plugin](../../category/plugins/) individually.

## Config

Expand Down Expand Up @@ -51,7 +51,7 @@ export type GraphQLArmorRejectCallback = (ctx: ValidationContext | null, error:

## Plugins

Types to [configure](../category/configuration) each of the plugins are available from their respective packages and are used in `GraphQLArmorConfig`:
Types to [configure](../../category/configuration) each of the plugins are available from their respective packages and are used in `GraphQLArmorConfig`:

```ts
import type { BlockFieldSuggestionsOptions } from '@escape.tech/graphql-armor-block-field-suggestions';
Expand Down

0 comments on commit 856165c

Please sign in to comment.