Skip to content

Commit 55fa43e

Browse files
klznsleebyron
authored andcommitted
Fix Markdown links (#406)
1 parent e567028 commit 55fa43e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

spec/GraphQL.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -102,20 +102,20 @@ explicitly in prose (e.g. "Note: ") or are set apart in a note block, like this:
102102
Note: This is an example of a non-normative note.
103103

104104

105-
# [Overview](Section 1 -- Overview.md)
105+
# [Overview](Section%201%20--%20Overview.md)
106106

107-
# [Language](Section 2 -- Language.md)
107+
# [Language](Section%202%20--%20Language.md)
108108

109-
# [Type System](Section 3 -- Type System.md)
109+
# [Type System](Section%203%20--%20Type%20System.md)
110110

111-
# [Introspection](Section 4 -- Introspection.md)
111+
# [Introspection](Section%204%20--%20Introspection.md)
112112

113-
# [Validation](Section 5 -- Validation.md)
113+
# [Validation](Section%205%20--%20Validation.md)
114114

115-
# [Execution](Section 6 -- Execution.md)
115+
# [Execution](Section%206%20--%20Execution.md)
116116

117-
# [Response](Section 7 -- Response.md)
117+
# [Response](Section%207%20--%20Response.md)
118118

119-
# [Appendix: Notation Conventions](Appendix A -- Notation Conventions.md)
119+
# [Appendix: Notation Conventions](Appendix%20A%20--%20Notation%20Conventions.md)
120120

121-
# [Appendix: Grammar Summary](Appendix B -- Grammar Summary.md)
121+
# [Appendix: Grammar Summary](Appendix%20B%20--%20Grammar%20Summary.md)

0 commit comments

Comments
 (0)