Skip to content

Commit 5956efc

Browse files
authored
Merge pull request #292 from flow-control/patch-1
Fix link to the internals doc
2 parents c2783dc + aa0eca2 commit 5956efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/type_mapping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ configuration file.</strong></div>
263263

264264
<div class="alert alert-info">There are many enumeration library in PHP and you might be using another library.
265265
If you want to add support for your own library, this is not extremely difficult to do. You need to register a custom
266-
"RootTypeMapper" with GraphQLite. You can learn more about <em>type mappers</em> in the <a href="internals.md">"internals" documentation</a>
266+
"RootTypeMapper" with GraphQLite. You can learn more about <em>type mappers</em> in the <a href="internals">"internals" documentation</a>
267267
and <a href="https://github.com/thecodingmachine/graphqlite/blob/master/src/Mappers/Root/MyCLabsEnumTypeMapper.php">copy/paste and adapt the root type mapper used for myclabs/php-enum</a>.</div>
268268

269269
## Deprecation of fields

0 commit comments

Comments
 (0)