mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-13 19:33:55 +03:00
Fix broken links
GITHUB_PR_NUMBER: 9138 GITHUB_PR_URL: https://github.com/hasura/graphql-engine/pull/9138 PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6462 Co-authored-by: arpitpandey0209 <9442768+arpitpandey0209@users.noreply.github.com> GitOrigin-RevId: 85ce1a190477803f553deb31c1c95b512fa3fca0
This commit is contained in:
parent
b74050db09
commit
a2e6e50e27
@ -183,7 +183,7 @@ npm run storybook
|
||||
|
||||
Visit [http://localhost:3000](http://localhost:3000) to confirm the setup.
|
||||
|
||||
![Testing Development Server](../assets/console-readme-assets/test-dev-setup.jpg)
|
||||
![Testing Development Server](../../assets/console-readme-assets/test-dev-setup.jpg)
|
||||
|
||||
### Make changes to the code
|
||||
|
||||
|
@ -9,6 +9,6 @@ The most up-to-date information for the docs site can be found on our wiki. You
|
||||
|
||||
- I want to contribute! [[live](https://hasura.io/docs/wiki/contributions/) / [in-repo](wiki/contributions.mdx)]
|
||||
- I have questions about page structure...? [[live](https://hasura.io/docs/wiki/page-structure/) /
|
||||
[in-repo](wiki/page-structure.mdx)]
|
||||
[in-repo](wiki/docusaurus-mdx-guide/page-structure.mdx)]
|
||||
- How does Docusaurus work? [[live](https://hasura.io/docs/wiki/working-with-docusaurus/) /
|
||||
[in-repo](wiki/working-with-docusaurus.mdx)]
|
||||
|
@ -173,7 +173,7 @@ schema from our metadata. The folder itself contains all the individual
|
||||
components of our schema: how to construct a parser for a table's selection set,
|
||||
for a remote schema's input arguments, and so on. It's in the root file,
|
||||
`Hasura/GraphQL/Schema.hs`, that they're all put together to build the schema;
|
||||
see more information about this in our [schema documentation](schema.md).
|
||||
see more information about this in our [schema documentation](deep-dives/schema.md).
|
||||
|
||||
#### Hasura.GraphQL.Execute
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user