File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -85,11 +85,11 @@ in the current development or want to report issues or send pull requests.
85
85
.. _GraphQl-core-next : https://github.com/graphql-python/graphql-core-next
86
86
.. _GitHub repository of GraphQL-core-next : https://github.com/graphql-python/graphql-core-next
87
87
.. _Specification for GraphQL : https://facebook.github.io/graphql/
88
- .. _Language : http ://facebook.github.io/graphql/draft/#sec-Language
89
- .. _Type System : http ://facebook.github.io/graphql/draft/#sec-Type-System
90
- .. _Introspection : http ://facebook.github.io/graphql/draft/#sec-Introspection
91
- .. _Validation : http ://facebook.github.io/graphql/draft/#sec-Validation
92
- .. _Execution : http ://facebook.github.io/graphql/draft/#sec-Execution
93
- .. _Response : http ://facebook.github.io/graphql/draft/#sec-Response
88
+ .. _Language : https ://facebook.github.io/graphql/draft/#sec-Language
89
+ .. _Type System : https ://facebook.github.io/graphql/draft/#sec-Type-System
90
+ .. _Introspection : https ://facebook.github.io/graphql/draft/#sec-Introspection
91
+ .. _Validation : https ://facebook.github.io/graphql/draft/#sec-Validation
92
+ .. _Execution : https ://facebook.github.io/graphql/draft/#sec-Execution
93
+ .. _Response : https ://facebook.github.io/graphql/draft/#sec-Response
94
94
.. _pip : https://pip.pypa.io/
95
95
.. _pipenv : https://github.com/pypa/pipenv
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ if errorlevel 9009 (
67
67
echo .may add the Sphinx directory to PATH.
68
68
echo .
69
69
echo .If you don't have Sphinx installed, grab it from
70
- echo .http ://sphinx-doc.org/
70
+ echo .https ://www. sphinx-doc.org/
71
71
exit /b 1
72
72
)
73
73
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ def parse_float_literal(ast, _variables=None):
122
122
description = "The `Float` scalar type represents"
123
123
" signed double-precision fractional values"
124
124
" as specified by [IEEE 754]"
125
- "(http ://en.wikipedia.org/wiki/IEEE_floating_point)." ,
125
+ "(https ://en.wikipedia.org/wiki/IEEE_floating_point)." ,
126
126
serialize = serialize_float ,
127
127
parse_value = coerce_float ,
128
128
parse_literal = parse_float_literal ,
You can’t perform that action at this time.
0 commit comments