Skip to content

Commit 3612216

Browse files
author
Sashko Stubailo
authored
Update mocking.md
1 parent 80f2f4c commit 3612216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/mocking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Let's take a look at how we can mock a GraphQL schema with just one line of code
1313

1414
[See a complete runnable example on Launchpad.](https://launchpad.graphql.com/98lq7vz8r)
1515

16-
To start, let's grab the schema definition string from the `makeExecutableSchema` example [in the "Generating a schema" article](https://www.apollographql.com/docs/graphql-tools/generate-schema.html#example).
16+
To start, let's grab the schema definition string from the `makeExecutableSchema` example [in the "Generating a schema" article](./generate-schema.html#example).
1717

1818
```js
1919
import { makeExecutableSchema, addMockFunctionsToSchema } from 'graphql-tools';

0 commit comments

Comments
 (0)