Skip to content
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.

Commit

Permalink
Fix broken internal links (#936)
Browse files Browse the repository at this point in the history
Co-authored-by: Pedro Mantica <[email protected]>
  • Loading branch information
pmantica1 and Pedro Mantica authored Sep 25, 2020
1 parent 006fdc6 commit d37825d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/language_specification/query_directives.rst
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ Allows filtering of the data to be returned, based on any of a set of
filtering operations. Conceptually, it is the GraphQL equivalent of the
SQL :code:`WHERE` keyword.

See `Supported filtering operations <supported_filtering_operations>`__
See :ref:`Supported filtering operations <supported_filtering_operations>`
for details on the various types of filtering that the compiler
currently supports. These operations are currently hardcoded in the
compiler; in the future, we may enable the addition of custom filtering
Expand Down
2 changes: 1 addition & 1 deletion docs/source/language_specification/schema_types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Lets go over a toy example of a GraphQL object type:
Here are some of the details:

- :code:`_x_count`: is a `meta field <meta_fields>`__. Meta fields are an advanced compiler
- :code:`_x_count`: is a :ref:`meta field <meta_fields>`. Meta fields are an advanced compiler
feature.
- :code:`name` is a **property field** that represents concrete data.
- :code:`in_Animal_PlaysWith` is a **vertex field** representing an inbound edge.
Expand Down

0 comments on commit d37825d

Please sign in to comment.