Skip to content

Commit fb8b8cb

Browse files
authored
docs: fix link for hive json reference (#5539)
1 parent 5bf4abd commit fb8b8cb

File tree

1 file changed

+6
-3
lines changed
  • packages/web/docs/src/pages/docs/api-reference

1 file changed

+6
-3
lines changed

packages/web/docs/src/pages/docs/api-reference/cli.mdx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ You can also download a specific version of the binary:
7676
[CI/CD Integration guide](../integrations/ci-cd.mdx).
7777
</Callout>
7878

79-
Start by setting your Hive token in [`hive.json`](/docs/api-reference/cli#config-file-hivejson)
79+
Start by setting your Hive token in
80+
[`hive.json`](https://github.com/kamilkisiela/graphql-hive/blob/main/packages/libraries/cli/README.md#config-file-hivejson)
8081
file, or set it as `HIVE_TOKEN` environment variable.
8182

8283
Further reading:
@@ -142,7 +143,8 @@ Further reading:
142143
This CLI command requires an active registry token with **Read** permissions to the target.
143144
</Callout>
144145

145-
Start by setting your Hive token in [`hive.json`](/docs/api-reference/cli#config-file-hivejson)
146+
Start by setting your Hive token in
147+
[`hive.json`](https://github.com/kamilkisiela/graphql-hive/blob/main/packages/libraries/cli/README.md#config-file-hivejson)
146148
file, or set it as `HIVE_TOKEN` environment variable.
147149

148150
Checking a GraphQL schema is the form of checking the compatbility of an upcoming schema, compared
@@ -188,7 +190,8 @@ Further reading:
188190
This action is only available for Schema-Stitching and Apollo Federation projects.
189191
</Callout>
190192

191-
Start by setting your Hive token in [`hive.json`](/docs/api-reference/cli#config-file-hivejson)
193+
Start by setting your Hive token in
194+
[`hive.json`](https://github.com/kamilkisiela/graphql-hive/blob/main/packages/libraries/cli/README.md#config-file-hivejson)
192195
file, or set it as `HIVE_TOKEN` environment variable.
193196

194197
In case you want to compose a schema (or a subgraph in case of Federation), you can do so by using

0 commit comments

Comments
 (0)