Skip to content

Commit f94e85b

Browse files
committed
Update all http URLs to https
Replicates graphql/graphql-js@0390da9
1 parent 924bea1 commit f94e85b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/intro.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ in the current development or want to report issues or send pull requests.
8585
.. _GraphQl-core-next: https://github.com/graphql-python/graphql-core-next
8686
.. _GitHub repository of GraphQL-core-next: https://github.com/graphql-python/graphql-core-next
8787
.. _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
9494
.. _pip: https://pip.pypa.io/
9595
.. _pipenv: https://github.com/pypa/pipenv

docs/make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if errorlevel 9009 (
6767
echo.may add the Sphinx directory to PATH.
6868
echo.
6969
echo.If you don't have Sphinx installed, grab it from
70-
echo.http://sphinx-doc.org/
70+
echo.https://www.sphinx-doc.org/
7171
exit /b 1
7272
)
7373

graphql/type/scalars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def parse_float_literal(ast, _variables=None):
122122
description="The `Float` scalar type represents"
123123
" signed double-precision fractional values"
124124
" as specified by [IEEE 754]"
125-
"(http://en.wikipedia.org/wiki/IEEE_floating_point).",
125+
"(https://en.wikipedia.org/wiki/IEEE_floating_point).",
126126
serialize=serialize_float,
127127
parse_value=coerce_float,
128128
parse_literal=parse_float_literal,

0 commit comments

Comments
 (0)